Skip to content

Commit 6e05a5c

Browse files
Update rustc version to 2024-05-15
1 parent 7ac6853 commit 6e05a5c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ master = ["gccjit/master"]
2222
default = ["master"]
2323

2424
[dependencies]
25-
gccjit = "2.0"
25+
#gccjit = "2.0"
26+
gccjit = { git = "https://github.com/rust-lang/gccjit.rs" }
2627

2728
# Local copy.
2829
#gccjit = { path = "../gccjit.rs" }

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2024-03-10"
2+
channel = "nightly-2024-05-15"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)