No explicit main branch ref

This commit is contained in:
Nicolas Stalder
2021-11-25 00:17:17 +01:00
parent 8bdee0d35e
commit f334aa72c3
+4 -4
View File
@@ -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"