Skip to content

Commit

Permalink
Bump minimum rust version 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgecho committed Aug 25, 2023
1 parent 92d774e commit f62018b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ updates:
schedule:
interval: "weekly"
groups:
dependencies:
cargo:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.70.0
override: true
- name: Build
run: cargo build --verbose
Expand Down
2 changes: 1 addition & 1 deletion canrun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["algorithms", "mathematics"]
keywords = ["logic", "dsl", "kanren"]
license = "MIT/Apache-2.0"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.70.0"

[dependencies]
im-rc = "15.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/tgecho/canrun_rs"
documentation = "https://docs.rs/crate/canrun_collections"
license = "MIT/Apache-2.0"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.70.0"

[dependencies]
canrun = { path = "../canrun"}
Expand Down

0 comments on commit f62018b

Please sign in to comment.