Use published gccjit dependency instead of git repository
This commit is contained in:
parent
ed5c3bc397
commit
be24d391bc
2 changed files with 7 additions and 5 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue