Skip to content

Commit 5906812

Browse files
authored
Merge pull request #363 from hug-dev/prepare-0.7.0
Prepare for 0.7.0 release
2 parents c726b31 + 6178b8f commit 5906812

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-service"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Parsec Project Contributors"]
55
description = "A language-agnostic API to secure services in a platform-agnostic way"
66
license = "Apache-2.0"

e2e_tests/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
[package]
44
name = "e2e_tests"
55
version = "0.1.0"
6-
authors = ["Anton Antonov <[email protected]>",
7-
"Paul Howard <[email protected]>",
8-
"Ionut Mihalcea <[email protected]>",
9-
"Hugues de Valon <[email protected]>"]
6+
authors = ["Parsec Project Contributors"]
107
description = "End to end testing framework for PARSEC"
118
license = "Apache-2.0"
129
edition = "2018"
1310
publish = false
1411

1512
[dependencies]
1613
serde = { version = "1.0.123", features = ["derive"] }
17-
parsec-client = { git = "https://github.com/parallaxsecond/parsec-client-rust.git", rev = "8c02c93b5a1d2017e24eb706002559ed160e611a", features = ["testing"] }
14+
parsec-client = { version = "0.12.0", features = ["testing"] }
1815
log = "0.4.14"
1916
# Compatible version with crate rsa
2017
rand = "0.7.3"

0 commit comments

Comments
 (0)