Skip to content

Commit

Permalink
use same indexmap version as SxT
Browse files Browse the repository at this point in the history
  • Loading branch information
tarassh committed Aug 28, 2024
1 parent 27e619a commit 9caa171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
ark-serialize = { version = "0.4.0", default-features = false }
bincode = "1"
blitzar = { version = "3.1.0", default-features = false, optional = true }
indexmap = "2.4.0"
indexmap = { version = "2.1" }
curve25519-dalek = { version = "4", optional = true }
proof-of-sql = { version = "0.16.0", default-features = false }
proof-of-sql-parser = { version = "0.16.0" }
Expand Down

0 comments on commit 9caa171

Please sign in to comment.