Skip to content

Commit

Permalink
Use tagged releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Oct 25, 2023
1 parent 55ee9a7 commit 3f2d929
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ version = "1.5.0-test.20230704"

[patch.crates-io]
# forked
admin-app = { git = "https://github.com/Nitrokey/admin-app", rev = "68964474c5443fe10799bf9b2ceb31c723d72cf5" }
ctap-types = { git = "https://github.com/Nitrokey/ctap-types", rev = "0d9f6f5d7ff7f6c90c8f284037699f749daee641" }
fido-authenticator = { git = "https://github.com/Nitrokey/fido-authenticator.git", rev = "0a32941d560612aa764d7042c2cbf6a04f9abb71" }
admin-app = { git = "https://github.com/Nitrokey/admin-app", tag = "v0.1.0-nitrokey.5" }
ctap-types = { git = "https://github.com/Nitrokey/ctap-types", rev = "v0.1.2-nitrokey.3" }
fido-authenticator = { git = "https://github.com/Nitrokey/fido-authenticator.git", rev = "v0.1.1-nitrokey.6" }
flexiber = { git = "https://github.com/Nitrokey/flexiber", tag = "0.1.1.nitrokey" }
lpc55-hal = { git = "https://github.com/Nitrokey/lpc55-hal", tag = "v0.3.0-nitrokey.2" }
trussed = { git = "https://github.com/Nitrokey/trussed", tag = "v0.1.0-nitrokey.12" }
Expand All @@ -27,17 +27,17 @@ apdu-dispatch = { git = "https://github.com/Nitrokey/apdu-dispatch", tag = "v0.1

# unreleased crates
secrets-app = { git = "https://github.com/Nitrokey/trussed-secrets-app", tag = "v0.13.0-rc1" }
webcrypt = { git = "https://github.com/sosthene-nitrokey/nitrokey-webcrypt-rust", rev = "32240f8551c34fea1c9feb1c6b90a138ee81a51f"}
webcrypt = { git = "https://github.com/nitrokey/nitrokey-webcrypt-rust", tag = "v0.8.0-rc2"}
opcard = { git = "https://github.com/Nitrokey/opcard-rs", tag = "v1.1.1" }
piv-authenticator = { git = "https://github.com/Nitrokey/piv-authenticator", tag = "v0.3.2" }
trussed-auth = { git = "https://github.com/Nitrokey/trussed-auth", tag = "v0.2.2-nitrokey.1" }
trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend.git", tag = "v0.1.0"}
iso7816 = { git = "https://github.com/trussed-dev/iso7816.git", rev = "58152e8737bf59c1123e75dc94691f076b31e030"}
iso7816 = { git = "https://github.com/nitrokey/iso7816.git", rev = "v0.1.1-nitrokey.2"}
trussed-staging = { git = "https://github.com/trussed-dev/trussed-staging.git", branch = "hmacsha256p256" }
trussed-usbip = { git = "https://github.com/Nitrokey/pc-usbip-runner.git", tag = "v0.0.1-nitrokey.3" }
se05x = { git = "https://github.com/Nitrokey/se05x.git", rev = "2625b3387557a02d12948f2f44e980e37f1f9cca"}
serde-indexed = { git = "https://github.com/sosthene-nitrokey/serde-indexed.git", rev = "5005d23cb4ee8622e62188ea0f9466146f851f0d" }
trussed-se050-backend = { git = "https://github.com/Nitrokey/trussed-se050-backend.git", rev = "d71261b350858e117b3766172cbc896fc1b75d11" }
se05x = { git = "https://github.com/Nitrokey/se05x.git", tag = "v0.1.0"}
serde-indexed = { git = "https://github.com/nitrokey/serde-indexed.git", tag = "v0.1.0-nitrokey.2" }
trussed-se050-backend = { git = "https://github.com/Nitrokey/trussed-se050-backend.git", tag = "v0.1.0-test-driver" }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 3f2d929

Please sign in to comment.