summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-04-04 01:47:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-04-04 01:47:30 +0200
commit52b498494534784c77bfa4a93706be40620ebd9a (patch)
treed8499f6bec9a452231c4fcfc4d05d6b450cebf1b /Cargo.toml
parent9aae18d76454b01f07b177efafcc9867dfa7dff1 (diff)
downloadneco-52b498494534784c77bfa4a93706be40620ebd9a.tar
neco-52b498494534784c77bfa4a93706be40620ebd9a.zip
Lots of changes
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 769482b..4f8be4f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
edition = "2018"
[dependencies]
-libc = { version = "0.2.54", default-features = false }
+libc = { version = "0.2.68", default-features = false }
[profile.dev]
panic = "abort"