Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 26, 2024
1 parent d74c5bc commit 69361b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "3.1.0"
version = "3.1.1"
repository = "https://github.com/cloudflare/foundations"
edition = "2021"
authors = ["Cloudflare"]
Expand Down
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
3.1.0
3.1.1
- 2024-01-26 Add check for missing seccomp sources to ensure that they are always published
- 2024-01-26 Release 3.1.0
- 2024-01-26 Merge pull request #2 from cloudflare/android-ci
- 2024-01-26 Introduce feature sets for clients
- 2024-01-25 Merge pull request #1 from zegevlier/fix-windows
- 2024-01-25 Only use `socket.set_reuse_port` on supported operating systems
Expand Down
5 changes: 0 additions & 5 deletions foundations/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ mod security {
let libseccomp_repo = crate_root.join("src/security/libseccomp");
let include_dir = libseccomp_repo.join("include");
let src_dir = libseccomp_repo.join("src");

if !src_dir.exists() {
panic!("Can't find libssecomp sources. Run `git submodule update --init --recursive`");
}

let header_file = render_header(out_dir.as_path(), include_dir.as_path());
let mut compiler = cc::Build::new();

Expand Down

0 comments on commit 69361b1

Please sign in to comment.