Skip to content

Commit

Permalink
Merge pull request #363 from hug-dev/prepare-0.7.0
Browse files Browse the repository at this point in the history
Prepare for 0.7.0 release
  • Loading branch information
hug-dev authored Mar 23, 2021
2 parents c726b31 + 6178b8f commit 5906812
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parsec-service"
version = "0.6.0"
version = "0.7.0"
authors = ["Parsec Project Contributors"]
description = "A language-agnostic API to secure services in a platform-agnostic way"
license = "Apache-2.0"
Expand Down
7 changes: 2 additions & 5 deletions e2e_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
[package]
name = "e2e_tests"
version = "0.1.0"
authors = ["Anton Antonov <[email protected]>",
"Paul Howard <[email protected]>",
"Ionut Mihalcea <[email protected]>",
"Hugues de Valon <[email protected]>"]
authors = ["Parsec Project Contributors"]
description = "End to end testing framework for PARSEC"
license = "Apache-2.0"
edition = "2018"
publish = false

[dependencies]
serde = { version = "1.0.123", features = ["derive"] }
parsec-client = { git = "https://github.com/parallaxsecond/parsec-client-rust.git", rev = "8c02c93b5a1d2017e24eb706002559ed160e611a", features = ["testing"] }
parsec-client = { version = "0.12.0", features = ["testing"] }
log = "0.4.14"
# Compatible version with crate rsa
rand = "0.7.3"
Expand Down

0 comments on commit 5906812

Please sign in to comment.