Update gccjit dependency
This commit is contained in:
parent
a9a8a9e513
commit
53dcfce670
2 changed files with 5 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ default = ["master"]
|
|||
[dependencies]
|
||||
object = { version = "0.37.0", default-features = false, features = ["std", "read"] }
|
||||
tempfile = "3.20"
|
||||
gccjit = { version = "3.1", features = ["dlopen"] }
|
||||
gccjit = { version = "3.1.1", features = ["dlopen"] }
|
||||
#gccjit = { git = "https://github.com/rust-lang/gccjit.rs", branch = "error-dlopen", features = ["dlopen"] }
|
||||
|
||||
# Local copy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue