Fix provenance intrinsics
This commit is contained in:
parent
0ffcbb0f6e
commit
e8e6663167
4 changed files with 140 additions and 6 deletions
|
@ -22,7 +22,8 @@ master = ["gccjit/master"]
|
|||
default = ["master"]
|
||||
|
||||
[dependencies]
|
||||
gccjit = "2.0"
|
||||
#gccjit = "2.0"
|
||||
gccjit = { git = "https://github.com/rust-lang/gccjit.rs" }
|
||||
|
||||
# Local copy.
|
||||
#gccjit = { path = "../gccjit.rs" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue