Skip to content

Commit

Permalink
require version 1.63 of Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Mar 30, 2024
1 parent 7bb27a9 commit 6b1a7e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.60.0
- uses: dtolnay/rust-toolchain@1.63.0
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = "https://github.com/kilork/keycloak"
keywords = ["api", "async", "keycloak", "rest"]
license = "Unlicense OR MIT"
repository = "https://github.com/kilork/keycloak"
rust-version = "1.58"
rust-version = "1.63"

[features]
default = ["tags-all"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default flags: `tags-all`.

## Usage

Requires Rust version >= `1.60.0`.
Requires Rust version >= `1.63.0`.

Add dependency to Cargo.toml:

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Default flags: `tags-all`.
## Usage
Requires Rust version >= `1.60.0`.
Requires Rust version >= `1.63.0`.
Add dependency to Cargo.toml:
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default flags: `tags-all`.

## Usage

Requires Rust version >= `1.60.0`.
Requires Rust version >= `1.63.0`.

Add dependency to Cargo.toml:

Expand Down

0 comments on commit 6b1a7e1

Please sign in to comment.