]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Replace functions taking or returning u128 or i128 with a trap
[rust.git] / Cargo.toml
index 64dfa96d3ac1f4858dee08435d2c9b00d75db180..3384436fe998ae80c84f07fa9faaa22c6580907d 100644 (file)
@@ -24,7 +24,7 @@ target-lexicon = "0.2.0"
 ar = "0.6.1"
 bitflags = "1.0.3"
 byteorder = "1.2.7"
-libc = "0.2.45"
+libc = "0.2.49"
 tempfile = "3.0.7"
 env_logger = "0.6"
 gimli = { git = "https://github.com/gimli-rs/gimli.git" }
@@ -33,10 +33,10 @@ indexmap = "1.0.2"
 
 # Uncomment to use local checkout of cranelift
 #[patch."https://github.com/CraneStation/cranelift.git"]
-#cranelift = { path = "../cranelift/lib/umbrella" }
-#cranelift-module = { path = "../cranelift/lib/module" }
-#cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
-#cranelift-faerie = { path = "../cranelift/lib/faerie" }
+#cranelift = { path = "../cranelift/cranelift-umbrella" }
+#cranelift-module = { path = "../cranelift/cranelift-module" }
+#cranelift-simplejit = { path = "../cranelift/cranelift-simplejit" }
+#cranelift-faerie = { path = "../cranelift/cranelift-faerie" }
 
 #[patch."https://github.com/gimli-rs/gimli.git"]
 #gimli = { path = "../" }