mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-18 15:54:31 +01:00
Remove embedded-svc patch, and bump the dependency
This commit is contained in:
@@ -24,7 +24,7 @@ bitflags = "1.3.2"
|
|||||||
esp-idf-sys = { version = "0.31.6", features = ["binstart"] }
|
esp-idf-sys = { version = "0.31.6", features = ["binstart"] }
|
||||||
sphinx-key-signer = { path = "../signer", optional = true }
|
sphinx-key-signer = { path = "../signer", optional = true }
|
||||||
sphinx-key-crypter = { path = "../crypter" }
|
sphinx-key-crypter = { path = "../crypter" }
|
||||||
embedded-svc = "0.22.0"
|
embedded-svc = "0.22.1"
|
||||||
esp-idf-svc = "0.42.1"
|
esp-idf-svc = "0.42.1"
|
||||||
esp-idf-hal = "0.38.0"
|
esp-idf-hal = "0.38.0"
|
||||||
embedded-hal = "=1.0.0-alpha.8"
|
embedded-hal = "=1.0.0-alpha.8"
|
||||||
@@ -42,7 +42,6 @@ rmp-serde = "1.1.0"
|
|||||||
getrandom = { version = "0.2", git = "https://github.com/esp-rs-compat/getrandom.git" }
|
getrandom = { version = "0.2", git = "https://github.com/esp-rs-compat/getrandom.git" }
|
||||||
secp256k1 = { git = "https://github.com/Evanfeenstra/rust-secp256k1", branch = "v0.22.0-new-rand" }
|
secp256k1 = { git = "https://github.com/Evanfeenstra/rust-secp256k1", branch = "v0.22.0-new-rand" }
|
||||||
lightning = { git = "https://github.com/Evanfeenstra/rust-lightning", branch = "v0.0.108-branch" }
|
lightning = { git = "https://github.com/Evanfeenstra/rust-lightning", branch = "v0.0.108-branch" }
|
||||||
embedded-svc = { git = "https://github.com/esp-rs/embedded-svc.git" }
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
embuild = "0.29"
|
embuild = "0.29"
|
||||||
|
|||||||
Reference in New Issue
Block a user