From f334aa72c3c477cc1e2e7ba7a53ecccd57b807f3 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Thu, 25 Nov 2021 00:17:17 +0100 Subject: [PATCH] No explicit main branch ref --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8bf9fa..ba87f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,16 +10,16 @@ documentation = "https://docs.rs/piv-authenticator" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", branch = "main", optional = true } +apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", optional = true } delog = "0.1.0" # flexiber = { path = "/home/nicolas/projects/flexiber", features = ["derive", "heapless"] } -flexiber = { git = "https://github.com/nickray/flexiber", branch = "main", features = ["derive", "heapless"] } +flexiber = { git = "https://github.com/nickray/flexiber", features = ["derive", "heapless"] } heapless = "0.7" hex-literal = "0.3" interchange = "0.2.0" -iso7816 = { git = "https://github.com/ycrypto/iso7816", branch = "main" } +iso7816 = { git = "https://github.com/ycrypto/iso7816" } serde = { version = "1", default-features = false } -trussed = { git = "https://github.com/trussed-dev/trussed", branch = "main" } +trussed = { git = "https://github.com/trussed-dev/trussed" } # trussed = { path = "../../../trussed" } untrusted = "0.7"