Skip to content

Commit

Permalink
Set GitHub action release Rust version to nightly-2022-09-02.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Sep 3, 2022
1 parent 88d9d10 commit f0ed3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-09-02
target: ${{ matrix.target }}
override: true
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rickview"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
license = "MIT"
keywords = ["rdf", "semantic-web", "linked-data"]
Expand Down

0 comments on commit f0ed3c9

Please sign in to comment.