Skip to content

Commit 42a0d68

Browse files
authored
Merge pull request #2393 from mthom/unsafe_improvements
Improve use of unsafe Rust in arena.rs (#2391)
2 parents f3eea63 + 79bc2d9 commit 42a0d68

File tree

7 files changed

+135
-233
lines changed

7 files changed

+135
-233
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
# FIXME(issue #2138): run wasm tests, failing to run since https://github.com/mthom/scryer-prolog/pull/2137 removed wasm-pack
4848
- { os: ubuntu-22.04, rust-version: nightly, target: 'wasm32-unknown-unknown', publish: true, args: '--no-default-features' , test-args: '--no-run --no-default-features' }
4949
# rust versions
50-
- { os: ubuntu-22.04, rust-version: "1.70", target: 'x86_64-unknown-linux-gnu'}
5150
- { os: ubuntu-22.04, rust-version: beta, target: 'x86_64-unknown-linux-gnu'}
5251
- { os: ubuntu-22.04, rust-version: nightly, target: 'x86_64-unknown-linux-gnu'}
5352
defaults:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "BSD-3-Clause"
1010
keywords = ["prolog", "prolog-interpreter", "prolog-system"]
1111
categories = ["command-line-utilities"]
1212
build = "build/main.rs"
13-
rust-version = "1.70"
13+
rust-version = "1.77"
1414

1515
[lib]
1616
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)