diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2022-06-05 19:00:34 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2022-06-06 22:08:07 -0400 |
| commit | 2ba5845c520c3fe6558b7047097a89003284bf9a (patch) | |
| tree | 1e14e2f4a0533268abc05c3bf0502a01ac635050 | |
| parent | 13fa30c6c396a5ffe91423a028dc51547ec68d42 (diff) | |
| download | rust-2ba5845c520c3fe6558b7047097a89003284bf9a.tar.gz rust-2ba5845c520c3fe6558b7047097a89003284bf9a.zip | |
Update Cargo files
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0e41bec8b76..211d19a8dc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ default = ["master"] master = ["gccjit/master"] [dependencies] -#gccjit = { git = "https://github.com/antoyo/gccjit.rs" } +gccjit = { git = "https://github.com/antoyo/gccjit.rs" } # Local copy. -gccjit = { path = "../gccjit.rs" } +#gccjit = { path = "../gccjit.rs" } target-lexicon = "0.10.0" |
