Skip to content

Commit adb352f

Browse files
authored
Merge pull request #132 from mohamedasaker-arm/release-prep-0.27.0
Release prep 0.27.0
2 parents 7649ed5 + 34ca30e commit adb352f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-interface"
3-
version = "0.26.0"
3+
version = "0.27.0"
44
authors = ["Parsec Project Contributors"]
55
description = "Parsec interface library to communicate using the wire protocol"
66
license = "Apache-2.0"
@@ -18,12 +18,12 @@ serde = { version = "1.0.115", features = ["derive"] }
1818
bincode = "1.3.1"
1919
num-traits = "0.2.12"
2020
num-derive = "0.3.2"
21-
num = "0.3.0"
21+
num = "0.4.0"
2222
prost = "0.8.0"
2323
arbitrary = { version = "0.4.6", features = ["derive"], optional = true }
2424
uuid = "0.8.1"
2525
log = "0.4.11"
26-
psa-crypto = { git = "https://github.com/parallaxsecond/rust-psa-crypto", rev = "22ebb4d8e479e1c0d853398cf8487d6389b1ed6f", default-features = false }
26+
psa-crypto = { version = "0.9.2", default-features = false }
2727
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
2828
secrecy = { version = "0.7.0", features = ["serde"] }
2929
derivative = "2.1.1"

0 commit comments

Comments
 (0)