From 3f2d929f9f97246be5ee4c8803069c904ab0c867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 25 Oct 2023 10:57:29 +0200 Subject: [PATCH] Use tagged releases --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b9384ca5..d9190fbec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ version = 3 [[package]] name = "admin-app" version = "0.1.0" -source = "git+https://github.com/Nitrokey/admin-app?rev=68964474c5443fe10799bf9b2ceb31c723d72cf5#68964474c5443fe10799bf9b2ceb31c723d72cf5" +source = "git+https://github.com/Nitrokey/admin-app?tag=v0.1.0-nitrokey.5#68964474c5443fe10799bf9b2ceb31c723d72cf5" dependencies = [ "apdu-dispatch", "cbor-smol", @@ -791,7 +791,7 @@ dependencies = [ [[package]] name = "ctap-types" version = "0.1.2" -source = "git+https://github.com/Nitrokey/ctap-types?rev=0d9f6f5d7ff7f6c90c8f284037699f749daee641#0d9f6f5d7ff7f6c90c8f284037699f749daee641" +source = "git+https://github.com/Nitrokey/ctap-types?rev=v0.1.2-nitrokey.3#0d9f6f5d7ff7f6c90c8f284037699f749daee641" dependencies = [ "bitflags 1.3.2", "cbor-smol", @@ -1127,7 +1127,7 @@ dependencies = [ [[package]] name = "fido-authenticator" version = "0.1.1" -source = "git+https://github.com/Nitrokey/fido-authenticator.git?rev=0a32941d560612aa764d7042c2cbf6a04f9abb71#0a32941d560612aa764d7042c2cbf6a04f9abb71" +source = "git+https://github.com/Nitrokey/fido-authenticator.git?rev=v0.1.1-nitrokey.6#d318c117a26ce75194e122a36f6e03ec95c960e0" dependencies = [ "apdu-dispatch", "ctap-types", @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "iso7816" version = "0.1.1" -source = "git+https://github.com/trussed-dev/iso7816.git?rev=58152e8737bf59c1123e75dc94691f076b31e030#58152e8737bf59c1123e75dc94691f076b31e030" +source = "git+https://github.com/nitrokey/iso7816.git?rev=v0.1.1-nitrokey.2#5765eaac0f19313cf908071d8dfc9b1cd3bdae0a" dependencies = [ "delog", "heapless 0.7.16", @@ -2606,7 +2606,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "se05x" version = "0.0.1" -source = "git+https://github.com/Nitrokey/se05x.git?rev=2625b3387557a02d12948f2f44e980e37f1f9cca#2625b3387557a02d12948f2f44e980e37f1f9cca" +source = "git+https://github.com/Nitrokey/se05x.git?tag=v0.1.0#d8e4d1bdccce12aa8e506fb9b504d85d33efa8ed" dependencies = [ "aes", "bitflags 2.4.0", @@ -2694,7 +2694,7 @@ dependencies = [ [[package]] name = "serde-indexed" version = "0.1.0" -source = "git+https://github.com/sosthene-nitrokey/serde-indexed.git?rev=5005d23cb4ee8622e62188ea0f9466146f851f0d#5005d23cb4ee8622e62188ea0f9466146f851f0d" +source = "git+https://github.com/nitrokey/serde-indexed.git?tag=v0.1.0-nitrokey.2#5005d23cb4ee8622e62188ea0f9466146f851f0d" dependencies = [ "proc-macro2", "quote", @@ -3228,7 +3228,7 @@ dependencies = [ [[package]] name = "trussed-se050-backend" version = "0.1.0" -source = "git+https://github.com/Nitrokey/trussed-se050-backend.git?rev=d71261b350858e117b3766172cbc896fc1b75d11#d71261b350858e117b3766172cbc896fc1b75d11" +source = "git+https://github.com/Nitrokey/trussed-se050-backend.git?tag=v0.1.0-test-driver#d71261b350858e117b3766172cbc896fc1b75d11" dependencies = [ "cbor-smol", "delog", @@ -3521,7 +3521,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "webcrypt" version = "0.8.0" -source = "git+https://github.com/sosthene-nitrokey/nitrokey-webcrypt-rust?rev=32240f8551c34fea1c9feb1c6b90a138ee81a51f#32240f8551c34fea1c9feb1c6b90a138ee81a51f" +source = "git+https://github.com/nitrokey/nitrokey-webcrypt-rust?tag=v0.8.0-rc2#d1b9fbb77df998f5fb1e9e8997afefaa69360508" dependencies = [ "apdu-dispatch", "cbor-smol", diff --git a/Cargo.toml b/Cargo.toml index dae1f6cdd..3192b1896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } @@ -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