Skip to content

Commit

Permalink
Update to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Mar 26, 2024
1 parent 820de3b commit 90263ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion base_layer/core/Cargo.toml
Expand Up @@ -94,7 +94,7 @@ tiny-keccak = { package = "tari-tiny-keccak", version = "2.0.2", features = [
criterion = { version = "0.4.0" }
tari_p2p = { path = "../../base_layer/p2p", features = ["test-mocks"] }
tari_test_utils = { path = "../../infrastructure/test_utils" }
curve25519-dalek = { version = "=4.1.1" }
curve25519-dalek = { version = "4" }
# SQLite required for the integration tests
libsqlite3-sys = { version = "0.25.1", features = ["bundled"] }
config = { version = "0.14.0" }
Expand Down

0 comments on commit 90263ee

Please sign in to comment.