Remove patch

This commit is contained in:
2023-08-28 13:54:50 +02:00
parent dcf950cc66
commit e68d25afa8
6 changed files with 3 additions and 9 deletions

1
left/Cargo.lock generated
View File

@ -1477,6 +1477,7 @@ dependencies = [
[[package]] [[package]]
name = "tgnt" name = "tgnt"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d"
dependencies = [ dependencies = [
"serde", "serde",
] ]

View File

@ -20,9 +20,6 @@ embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", features
log = "0.4.17" log = "0.4.17"
postcard = { version = "1.0.4", features = ["alloc"] } postcard = { version = "1.0.4", features = ["alloc"] }
[patch."https://git.nubo.sh/hulthe/tgnt.git"]
tgnt = { path = "../../tgnt" }
[build-dependencies] [build-dependencies]
tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false } tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false }
ron = "0.8.0" ron = "0.8.0"

1
lib/Cargo.lock generated
View File

@ -1460,6 +1460,7 @@ dependencies = [
[[package]] [[package]]
name = "tgnt" name = "tgnt"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d"
dependencies = [ dependencies = [
"serde", "serde",
] ]

View File

@ -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-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"] } 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] [build-dependencies]
tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false } tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false }
ron = "0.8.0" ron = "0.8.0"

1
right/Cargo.lock generated
View File

@ -1483,6 +1483,7 @@ dependencies = [
[[package]] [[package]]
name = "tgnt" name = "tgnt"
version = "0.1.0" version = "0.1.0"
source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d"
dependencies = [ dependencies = [
"serde", "serde",
] ]

View File

@ -20,9 +20,6 @@ embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", features
log = "0.4.17" log = "0.4.17"
postcard = { version = "1.0.4", features = ["alloc"] } postcard = { version = "1.0.4", features = ["alloc"] }
[patch."https://git.nubo.sh/hulthe/tgnt.git"]
tgnt = { path = "../../tgnt" }
[build-dependencies] [build-dependencies]
tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false } tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false }
ron = "0.8.0" ron = "0.8.0"