aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 fd9543b..7737bc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ log = "0.4.21"
16nom = "7.1.3" 16nom = "7.1.3"
17nom_locate = "4.2.0" 17nom_locate = "4.2.0"
18slotmap = "1.0.7" 18slotmap = "1.0.7"
19thiserror = "1" 19thiserror = "1.0.59"
20 20
21[profile.release] 21[profile.release]
22strip = true 22strip = true