Remove patch
This commit is contained in:
1
left/Cargo.lock
generated
1
left/Cargo.lock
generated
@ -1477,6 +1477,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tgnt"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
@ -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"
|
||||
|
||||
1
lib/Cargo.lock
generated
1
lib/Cargo.lock
generated
@ -1460,6 +1460,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tgnt"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
@ -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"
|
||||
|
||||
1
right/Cargo.lock
generated
1
right/Cargo.lock
generated
@ -1483,6 +1483,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tgnt"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.nubo.sh/hulthe/tgnt.git#c34c317f4e189c9937ea6da1342272efd86ad88d"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user