Use published gccjit dependency instead of git repository

This commit is contained in:
Guillaume Gomez 2024-03-11 16:27:44 +01:00
parent ed5c3bc397
commit be24d391bc
2 changed files with 7 additions and 5 deletions

View file

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