Skip to content

Commit

Permalink
Merge pull request #1980 from Skgland/atomtable
Browse files Browse the repository at this point in the history
make AtomTable consurrency safe
  • Loading branch information
mthom committed Sep 5, 2023
2 parents bf2b737 + 5928d64 commit a9aef2b
Show file tree
Hide file tree
Showing 57 changed files with 11,519 additions and 9,221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- { os: macos-11, rust-version: stable, shell: bash, target: 'x86_64-apple-darwin' }
- { os: ubuntu-20.04, rust-version: stable, shell: bash, extra: true, target: 'x86_64-unknown-linux-gnu' }
- { os: ubuntu-20.04, rust-version: stable, shell: bash, target: 'i686-unknown-linux-gnu' }
- { os: ubuntu-20.04, rust-version: 1.65, shell: bash, target: 'x86_64-unknown-linux-gnu'}
- { os: ubuntu-20.04, rust-version: "1.70", shell: bash, target: 'x86_64-unknown-linux-gnu'}
- { os: ubuntu-20.04, rust-version: beta, shell: bash, target: 'x86_64-unknown-linux-gnu'}
- { os: ubuntu-20.04, rust-version: nightly, shell: bash, target: 'x86_64-unknown-linux-gnu'}
defaults:
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
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.63"
rust-version = "1.70"

[features]
default = ["ffi", "repl", "hostname", "tls", "http"]
Expand All @@ -19,6 +19,7 @@ repl = ["dep:crossterm", "dep:ctrlc", "dep:rustyline"]
hostname = ["dep:hostname"]
tls = ["dep:native-tls"]
http = ["dep:hyper", "dep:reqwest"]
rust_beta_channel = []

[build-dependencies]
indexmap = "1.0.2"
Expand Down

0 comments on commit a9aef2b

Please sign in to comment.