Skip to content

Commit

Permalink
Use precise version of Ring to align with patch
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Feb 14, 2024
1 parent b8f8ae0 commit e901cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/sel4-async/network/rustls/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = "BSD-2-Clause"
[dependencies]
getrandom = { version = "0.2.10", features = ["custom"] }
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
ring = { version = "0.17.7", features = ["less-safe-getrandom-custom-or-rdrand"] }
ring = { version = "=0.17.7", features = ["less-safe-getrandom-custom-or-rdrand"] }
sel4-async-time = { path = "../../../time" }

[dependencies.rustls]
Expand Down
2 changes: 1 addition & 1 deletion hacking/cargo-manifest-management/manifest-scope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ in rec {
};

ringWith = features: {
version = "0.17.7";
version = "=0.17.7";
features = [ "less-safe-getrandom-custom-or-rdrand" ] ++ features;
};

Expand Down

0 comments on commit e901cb2

Please sign in to comment.