File tree Expand file tree Collapse file tree 8 files changed +2
-8
lines changed Expand file tree Collapse file tree 8 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229229 with :
230230 submodules : true
231231 - name : Install Rust
232- run : rustup update 1.58 .0 && rustup default 1.58 .0
232+ run : rustup update 1.65 .0 && rustup default 1.65 .0
233233 - run : cargo build
234234
235235 miri :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A library to acquire a stack trace (backtrace) at runtime in a Rust program.
1414autoexamples = true
1515autotests = true
1616edition = " 2021"
17- rust-version = " 1.58 .0"
17+ rust-version = " 1.65 .0"
1818
1919[workspace ]
2020members = [' crates/cpp_smoke_test' , ' crates/as-if-std' ]
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "as-if-std"
33version = " 0.1.0"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55edition = " 2021"
6- rust-version = " 1.58.0"
76publish = false
87
98[lib ]
Original file line number Diff line number Diff line change 22name = " debuglink"
33version = " 0.1.0"
44edition = " 2021"
5- rust-version = " 1.58.0"
65
76[dependencies ]
87backtrace = { path = " ../.." }
Original file line number Diff line number Diff line change 22name = " dylib-dep"
33version = " 0.1.0"
44edition = " 2021"
5- rust-version = " 1.58.0"
65authors = []
76publish = false
87
Original file line number Diff line number Diff line change 22name = " line-tables-only"
33version = " 0.1.0"
44edition = " 2021"
5- rust-version = " 1.58.0"
65
76[build-dependencies ]
87cc = " 1.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "macos_frames_test"
33version = " 0.1.0"
44authors = [" Aaron Hill <aa1ronham@gmail.com>" ]
55edition = " 2021"
6- rust-version = " 1.58.0"
76
87[dependencies .backtrace ]
98path = " ../.."
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "without_debuginfo"
33version = " 0.1.0"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55edition = " 2021"
6- rust-version = " 1.58.0"
76
87[dependencies .backtrace ]
98path = " ../.."
You can’t perform that action at this time.
0 commit comments