Skip to content

Commit 8206ac8

Browse files
committed
Bump to 0.11.0
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent 3f7dfc7 commit 8206ac8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-client"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Ionut Mihalcea <ionut.mihalcea@arm.com>",
55
"Hugues de Valon <hugues.devalon@arm.com>"]
66
description = "Parsec Client library for the Rust ecosystem"
@@ -13,7 +13,7 @@ edition = "2018"
1313
documentation = "https://docs.rs/crate/parsec-client"
1414

1515
[dependencies]
16-
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs.git", rev = "ce3590dc0cb7f345f328fec0dc22073da1b4699c" }
16+
parsec-interface = "0.21.0"
1717
num = "0.3.0"
1818
log = "0.4.11"
1919
derivative = "2.1.1"

src/core/testing/core_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ fn set_default_auth_three_entries() {
826826
version_maj: 1,
827827
version_min: 0,
828828
version_rev: 0,
829-
id: AuthType::JWT,
829+
id: AuthType::Jwt,
830830
},
831831
AuthenticatorInfo {
832832
description: String::new(),

0 commit comments

Comments
 (0)