aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-07 14:16:37 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-03-07 15:08:34 +0100
commit4ddcde3072c79a96544f6fa10f26070a54632d18 (patch)
tree8e643eb4c7744af8854ff984b6d08520794674f1 /Cargo.toml
parentf0a55dd32abd243d11610c9dd0a6e1b74a1e4dae (diff)
downloadsylt-4ddcde3072c79a96544f6fa10f26070a54632d18.tar.gz
cargo maintenance
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b14b588..44b1f66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ name = "sylt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-logos = "0.11.4"
+logos = "~0.11.4"
owo-colors = { git="https://github.com/FredTheDino/owo-colors.git" }
rand = "0.8"
sylt_macro = { path = "sylt_macro" }