1
Fork 0

Fix provenance intrinsics

This commit is contained in:
Antoni Boucher 2024-06-18 12:56:20 -04:00
parent 0ffcbb0f6e
commit e8e6663167
4 changed files with 140 additions and 6 deletions

View file

@ -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" }