Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ionut Mihalcea <[email protected]>
  • Loading branch information
ionut-arm committed Oct 20, 2020
1 parent 306c4fa commit 875c2b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
17 changes: 10 additions & 7 deletions Cargo.lock

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

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parsec-service"
version = "0.5.0"
version = "0.6.0"
authors = ["Anton Antonov <[email protected]>",
"Paul Howard <[email protected]>",
"Ionut Mihalcea <[email protected]>",
Expand All @@ -19,7 +19,7 @@ path = "src/bin/main.rs"

[dependencies]
# Set to the newest interface version before releasing
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs.git", rev = "4986c0d6b4610237c85eb799fc469d1658c1a2f0" }
parsec-interface = "0.21.0"
rand = { version = "0.7.3", features = ["small_rng"], optional = true }
base64 = "0.12.3"
uuid = "0.8.1"
Expand All @@ -39,16 +39,13 @@ structopt = "0.3.17"
derivative = "2.1.1"
version = "3.0.0"
hex = { version = "0.4.2", optional = true }
psa-crypto = { version = "0.5.1", default-features = false, features = ["operations"], optional = true }
psa-crypto = { version = "0.6.0", default-features = false, features = ["operations"], optional = true }
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
picky-asn1-x509 = { version = "0.3.2", optional = true }
users = "0.10.0"
libc = "0.2.77"
anyhow = "1.0.32"

[patch.crates-io]
psa-crypto = { git = "https://github.com/parallaxsecond/rust-psa-crypto", rev = "a1647d64e19e6e46baad708b84c2b5d0d3b543c7" }

[dev-dependencies]
rand = { version = "0.7.3", features = ["small_rng"] }

Expand Down
5 changes: 1 addition & 4 deletions e2e_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ publish = false

[dependencies]
serde = { version = "1.0.115", features = ["derive"] }
parsec-client = { git = "https://github.com/parallaxsecond/parsec-client-rust", rev = "3f7dfc7bd06bea7cb3aa38cdcb270af7b8899f89", features = ["testing"] }
parsec-client = { version = "0.11.0", features = ["testing"] }
log = "0.4.11"
rand = "0.7.3"

[patch.crates-io]
psa-crypto = { git = "https://github.com/parallaxsecond/rust-psa-crypto", rev = "22a505bedce1c21246ce5c3cf41ea97b0b781830" }

[dev-dependencies]
ring = "0.16.15"
env_logger = "0.7.1"
Expand Down

0 comments on commit 875c2b6

Please sign in to comment.