mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Remove insta dependency for rojo-insta-ext
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1599,7 +1599,6 @@ dependencies = [
|
|||||||
name = "rojo-insta-ext"
|
name = "rojo-insta-ext"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -8,7 +8,3 @@ publish = false
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
serde = "1.0.99"
|
serde = "1.0.99"
|
||||||
serde_yaml = "0.8.9"
|
serde_yaml = "0.8.9"
|
||||||
|
|
||||||
[dependencies.insta]
|
|
||||||
version = "0.11.0"
|
|
||||||
features = ["redactions"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user