Skip to content

Commit 875c2b6

Browse files
committed
Bump version to 0.6.0
Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent 306c4fa commit 875c2b6

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

Cargo.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-service"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Anton Antonov <[email protected]>",
55
"Paul Howard <[email protected]>",
66
"Ionut Mihalcea <[email protected]>",
@@ -19,7 +19,7 @@ path = "src/bin/main.rs"
1919

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

49-
[patch.crates-io]
50-
psa-crypto = { git = "https://github.com/parallaxsecond/rust-psa-crypto", rev = "a1647d64e19e6e46baad708b84c2b5d0d3b543c7" }
51-
5249
[dev-dependencies]
5350
rand = { version = "0.7.3", features = ["small_rng"] }
5451

e2e_tests/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ publish = false
1414

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

21-
[patch.crates-io]
22-
psa-crypto = { git = "https://github.com/parallaxsecond/rust-psa-crypto", rev = "22a505bedce1c21246ce5c3cf41ea97b0b781830" }
23-
2421
[dev-dependencies]
2522
ring = "0.16.15"
2623
env_logger = "0.7.1"

0 commit comments

Comments
 (0)