Skip to content

Commit

Permalink
Remove rc versions freom poseidon & pki
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Jul 5, 2021
1 parent da4b665 commit 5e19e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ rand_core = { version = "0.6", default-features = false }
dusk-bytes = "0.1"
dusk-bls12_381 = { version = "0.8", default-features = false }
dusk-jubjub = { version = "0.10", default-features = false }
dusk-poseidon = { version = "0.21.0-rc", default-features = false }
dusk-pki = { version = "0.7.0-rc", default-features = false }
dusk-poseidon = { version = "0.21", default-features = false }
dusk-pki = { version = "0.7", default-features = false }
canonical = { version = "0.6", optional = true }
canonical_derive = { version = "0.6", optional = true }

Expand Down

0 comments on commit 5e19e2d

Please sign in to comment.