Skip to content

Commit

Permalink
fix: bump aligned-vec version
Browse files Browse the repository at this point in the history
  • Loading branch information
goshawk-3 authored and antoniupop committed Feb 7, 2025
1 parent 1f0ba55 commit 1aeb1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhevm-engine/sns-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ anyhow = { workspace = true }
serde = { workspace = true }
hex = "0.4"

aligned-vec = "0.5.0"
aligned-vec = "0.6"
num-traits = "=0.2.19"
sqlx = { version = "0.7", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid"] }

Expand All @@ -37,4 +37,4 @@ path = "src/bin/sns_worker.rs"


[features]
decrypt_128 = []
decrypt_128 = []

0 comments on commit 1aeb1f2

Please sign in to comment.