-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from puiterwijk/bump
chore: bump to version 0.3.0
- Loading branch information
Showing
14 changed files
with
44 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-client-linuxapp" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -17,6 +17,6 @@ passwd = "0.0.1" | |
rand = "0.8.4" | ||
nix = "0.23.0" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.2.0", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.3.0", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.3.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-data-formats" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%global __cargo_is_lib() false | ||
%global forgeurl https://github.com/fedora-iot/fido-device-onboard-rs | ||
|
||
Version: 0.2.0 | ||
Version: 0.3.0 | ||
|
||
%forgemeta | ||
|
||
|
@@ -165,6 +165,9 @@ Summary: FDO Owner tools implementation | |
%{_docdir}/fdo/owner-addresses.yml | ||
|
||
%changelog | ||
* Tue Feb 1 2022 Patrick Uiterwijk <[email protected]> - 0.3.0-1 | ||
- Rebase to 0.3.0 | ||
|
||
* Fri Dec 10 2021 Patrick Uiterwijk <[email protected]> - 0.2.0-1 | ||
- Rebase to 0.2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-http-wrapper" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -18,8 +18,8 @@ hex = "0.4" | |
|
||
openssl = "0.10" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-store = { path = "../store", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
fdo-store = { path = "../store", version = "0.3.0" } | ||
aws-nitro-enclaves-cose = "0.4.0" | ||
|
||
# Server-side | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "integration-tests" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
edition = "2018" | ||
publish = false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-manufacturing-client" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -16,6 +16,6 @@ sys-info = "0.9" | |
passwd = "0.0.1" | ||
rand = "0.8.4" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.2.0", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.3.0", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.3.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-manufacturing-server" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -18,7 +18,7 @@ log = "0.4" | |
hex = "0.4" | ||
serde_yaml = "0.8" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.2.0", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.2.0", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.3.0", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.3.0", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.3.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-owner-onboarding-server" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -20,7 +20,7 @@ log = "0.4" | |
serde_yaml = "0.8" | ||
time = "0.3" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.2.0", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.2.0", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.3.0", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.3.0", features = ["directory"] } | ||
fdo-util = { path = "../util", version = "0.3.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-owner-tool" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -15,9 +15,9 @@ serde = { version = "1", features = ["derive"] } | |
serde_yaml = "0.8" | ||
tokio = { version = "1", features = ["full"] } | ||
|
||
fdo-util = { path = "../util", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.2.0", features = ["client"] } | ||
fdo-util = { path = "../util", version = "0.3.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.3.0", features = ["client"] } | ||
|
||
|
||
hex = "0.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-rendezvous-server" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -17,7 +17,7 @@ warp = "0.3" | |
log = "0.4" | ||
time = "0.3" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.2.0", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.2.0" } | ||
fdo-util = { path = "../util", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
fdo-http-wrapper = { path = "../http-wrapper", version = "0.3.0", features = ["server"] } | ||
fdo-store = { path = "../store", version = "0.3.0" } | ||
fdo-util = { path = "../util", version = "0.3.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "fdo-store" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Patrick Uiterwijk <[email protected]>"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
|
||
config = "0.11" | ||
futures = "0.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fdo-util" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Antonio Murdaca <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -13,7 +13,7 @@ glob = "0.3.0" | |
log = "0.4" | ||
serde = "1" | ||
|
||
fdo-data-formats = { path = "../data-formats", version = "0.2.0" } | ||
fdo-store = { path = "../store", version = "0.2.0" } | ||
fdo-data-formats = { path = "../data-formats", version = "0.3.0" } | ||
fdo-store = { path = "../store", version = "0.3.0" } | ||
serde_yaml = "0.8" | ||
serde_cbor = "0.11" |