diff --git a/left/Cargo.lock b/left/Cargo.lock index dd71daf..7de9087 100644 --- a/left/Cargo.lock +++ b/left/Cargo.lock @@ -1477,6 +1477,7 @@ dependencies = [ [[package]] name = "tgnt" version = "0.1.0" +source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d" dependencies = [ "serde", ] diff --git a/left/Cargo.toml b/left/Cargo.toml index 979397f..7adf44c 100644 --- a/left/Cargo.toml +++ b/left/Cargo.toml @@ -20,9 +20,6 @@ embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", features log = "0.4.17" postcard = { version = "1.0.4", features = ["alloc"] } -[patch."https://git.nubo.sh/hulthe/tgnt.git"] -tgnt = { path = "../../tgnt" } - [build-dependencies] tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false } ron = "0.8.0" diff --git a/lib/Cargo.lock b/lib/Cargo.lock index 87fdc17..6bb3bc4 100644 --- a/lib/Cargo.lock +++ b/lib/Cargo.lock @@ -1460,6 +1460,7 @@ dependencies = [ [[package]] name = "tgnt" version = "0.1.0" +source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d" dependencies = [ "serde", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 3877a7c..6053d89 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -47,9 +47,6 @@ simple_logger = "4" embassy-rp = { git = "https://github.com/embassy-rs/embassy.git", features = ["log", "nightly", "unstable-traits", "unstable-pac", "time-driver", "critical-section-impl"] } embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", features = ["arch-cortex-m"] } -[patch."https://git.nubo.sh/hulthe/tgnt.git"] -tgnt = { path = "../../tgnt" } - [build-dependencies] tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false } ron = "0.8.0" diff --git a/right/Cargo.lock b/right/Cargo.lock index e4f886f..4e21ddc 100644 --- a/right/Cargo.lock +++ b/right/Cargo.lock @@ -1483,6 +1483,7 @@ dependencies = [ [[package]] name = "tgnt" version = "0.1.0" +source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d" dependencies = [ "serde", ] diff --git a/right/Cargo.toml b/right/Cargo.toml index a527416..211b210 100644 --- a/right/Cargo.toml +++ b/right/Cargo.toml @@ -20,9 +20,6 @@ embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", features log = "0.4.17" postcard = { version = "1.0.4", features = ["alloc"] } -[patch."https://git.nubo.sh/hulthe/tgnt.git"] -tgnt = { path = "../../tgnt" } - [build-dependencies] tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false } ron = "0.8.0"