Skip to content

Commit

Permalink
Merge pull request #2393 from mthom/unsafe_improvements
Browse files Browse the repository at this point in the history
Improve use of unsafe Rust in arena.rs (#2391)
  • Loading branch information
mthom committed Apr 29, 2024
2 parents f3eea63 + 79bc2d9 commit 42a0d68
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 233 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
# FIXME(issue #2138): run wasm tests, failing to run since https://github.com/mthom/scryer-prolog/pull/2137 removed wasm-pack
- { os: ubuntu-22.04, rust-version: nightly, target: 'wasm32-unknown-unknown', publish: true, args: '--no-default-features' , test-args: '--no-run --no-default-features' }
# rust versions
- { os: ubuntu-22.04, rust-version: "1.70", target: 'x86_64-unknown-linux-gnu'}
- { os: ubuntu-22.04, rust-version: beta, target: 'x86_64-unknown-linux-gnu'}
- { os: ubuntu-22.04, rust-version: nightly, target: 'x86_64-unknown-linux-gnu'}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "BSD-3-Clause"
keywords = ["prolog", "prolog-interpreter", "prolog-system"]
categories = ["command-line-utilities"]
build = "build/main.rs"
rust-version = "1.70"
rust-version = "1.77"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
Loading

0 comments on commit 42a0d68

Please sign in to comment.