Update Cargo files

This commit is contained in:
Antoni Boucher 2022-06-05 19:00:34 -04:00
parent 13fa30c6c3
commit 2ba5845c52

View File

@ -22,10 +22,10 @@ default = ["master"]
master = ["gccjit/master"]
[dependencies]
#gccjit = { git = "https://github.com/antoyo/gccjit.rs" }
gccjit = { git = "https://github.com/antoyo/gccjit.rs" }
# Local copy.
gccjit = { path = "../gccjit.rs" }
#gccjit = { path = "../gccjit.rs" }
target-lexicon = "0.10.0"