Skip to content

Commit

Permalink
Merge pull request #524 from nullr0ute/0.4.11
Browse files Browse the repository at this point in the history
Update rpm spec file and prepare for 0.4.11 release
  • Loading branch information
mergify[bot] authored Jul 3, 2023
2 parents 0735bba + 86107fd commit 9250791
Show file tree
Hide file tree
Showing 17 changed files with 190 additions and 568 deletions.
42 changes: 28 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-admin-tool"
version = "0.4.10"
version = "0.4.11"
authors = ["Antonio Murdaca <[email protected]>"]
edition = "2018"

Expand All @@ -22,10 +22,10 @@ pretty_env_logger = "0.4"
nix = "0.26"
tokio = { version = "1", features = ["full"] }

fdo-data-formats = { path = "../data-formats", version = "0.4.10" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.10", features = ["server", "client"] }
fdo-store = { path = "../store", version = "0.4.10", features = ["directory"] }
fdo-util = { path = "../util", version = "0.4.10" }
fdo-data-formats = { path = "../data-formats", version = "0.4.11" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.11", features = ["server", "client"] }
fdo-store = { path = "../store", version = "0.4.11", features = ["directory"] }
fdo-util = { path = "../util", version = "0.4.11" }

[dev-dependencies]
rand = "0.8"
8 changes: 4 additions & 4 deletions client-linuxapp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-client-linuxapp"
version = "0.4.10"
version = "0.4.11"
authors = ["Patrick Uiterwijk <[email protected]>"]
edition = "2018"

Expand All @@ -24,6 +24,6 @@ openssl = "0.10.55"
sha-crypt = "0.5.0"
logtest = "2.0.0"

fdo-data-formats = { path = "../data-formats", version = "0.4.10" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.10", features = ["client"] }
fdo-util = { path = "../util", version = "0.4.10" }
fdo-data-formats = { path = "../data-formats", version = "0.4.11" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.11", features = ["client"] }
fdo-util = { path = "../util", version = "0.4.11" }
4 changes: 2 additions & 2 deletions data-formats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdo-data-formats"
version = "0.4.10"
version = "0.4.11"
authors = ["Patrick Uiterwijk <[email protected]>"]
edition = "2018"

Expand All @@ -23,7 +23,7 @@ num-traits = "0.2"
num-derive = "0.3"
paste = "1.0"
pem = "2.0"
tss-esapi = "7.2"
tss-esapi = { version = "7.2", features = ["generate-bindings"] }
byteorder = "1"

http = "0.2"
Expand Down
Loading

0 comments on commit 9250791

Please sign in to comment.