Skip to content

Commit

Permalink
Merge pull request #33 from dusk-network/lukes_update
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
Luke authored Nov 6, 2020
2 parents 4c1b17b + 6c37974 commit 51230a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "phoenix-core"
version = "0.3.1"
version = "0.4.0-alpha"
authors = ["zer0 <[email protected]>", "Victor Lopez <[email protected]"]
edition = "2018"

[dependencies]
rand = "^0.7"
kelvin = "0.19"
poseidon252 = { git = "https://github.com/dusk-network/Poseidon252", tag = "v0.10.0" }
dusk-pki = { git = "https://github.com/dusk-network/dusk-pki", tag = "v0.2.0" }
dusk-pki = { git = "https://github.com/dusk-network/dusk-pki", tag = "v0.3.0" }
thiserror = "1.0"
dusk-plonk = { version = "0.3.1", features = ["trace-print"] }
dusk-plonk = { version = "0.3.3", features = ["trace-print"] }

[dev-dependencies]
assert_matches = "1.3"
Expand Down

0 comments on commit 51230a5

Please sign in to comment.