From d61bf9f910e7c91064bbc97821e48db32296f4c4 Mon Sep 17 00:00:00 2001 From: irriden Date: Fri, 30 Jun 2023 21:35:20 +0000 Subject: [PATCH] build: inherit deps in sphinx-key --- Cargo.toml | 2 +- sphinx-key/Cargo.toml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 21576bb..fb07912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] -exclude = ["broker", "tester"] members = ["factory", "sphinx-key"] +exclude = ["broker", "tester"] resolver = "2" [workspace.dependencies] diff --git a/sphinx-key/Cargo.toml b/sphinx-key/Cargo.toml index abdac94..ed86f2f 100644 --- a/sphinx-key/Cargo.toml +++ b/sphinx-key/Cargo.toml @@ -25,17 +25,17 @@ sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "9c8 sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git", optional = true, rev = "9c8dc1f8dd61fa908f5546524a9c1d21f1b34dd7" } # sphinx-signer = { path = "../../sphinx-rs/signer", optional = true } -anyhow = { version = "1", features = ["backtrace"] } -bitflags = "1.3.2" -embedded-hal = "=1.0.0-alpha.10" -embedded-svc = "0.25.0" -esp-idf-hal = "0.41.1" -esp-idf-svc = { version = "0.46.0", features = ["experimental", "alloc"] } -esp-idf-sys = { version = "0.33.1", features = ["binstart"] } -log = "0.4.17" +anyhow.workspace = true +bitflags.workspace = true +embedded-hal.workspace = true +embedded-svc.workspace = true +esp-idf-hal.workspace = true +esp-idf-svc.workspace = true +esp-idf-sys.workspace = true +log.workspace = true [build-dependencies] -embuild = "0.31.2" +embuild.workspace = true [[bin]] name = "clear"