aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2017-05-29 13:58:05 -0700
committerDaniel Mueller <deso@posteo.net>2017-05-29 13:58:05 -0700
commit436915453f7474117234aa0cedab6f97b3b3575f (patch)
tree85c91b6f1819835712c53d67191ca1999c021366 /nitrocli/Cargo.toml
parent5744889d0d3a9c033913bdce499064a4760a1249 (diff)
downloadnitrocli-436915453f7474117234aa0cedab6f97b3b3575f.tar.gz
nitrocli-436915453f7474117234aa0cedab6f97b3b3575f.tar.bz2
Update gcc crate to 0.3.48
The 'gcc' create got a couple of updates. This change imports the new code and bumps the version to use. Import subrepo gcc/:gcc at 6b41873be3172415efcadbff1187a3ff42428943
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r--nitrocli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index af0a09e..5071fd6 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -46,7 +46,7 @@ path = "../libc"
path = "../pkg-config"
[replace]
-"gcc:0.3.45" = { path = "../gcc" }
+"gcc:0.3.48" = { path = "../gcc" }
"hid:0.4.0" = { path = "../hid" }
"hidapi-sys:0.1.2" = { path = "../hidapi-sys" }
"libc:0.2.21" = { path = "../libc" }