Skip to content

Commit

Permalink
Merge pull request #72 from charles-r-earp/update-krnl-v0.1.1
Browse files Browse the repository at this point in the history
krnl v0.1.1
  • Loading branch information
charles-r-earp committed Jul 28, 2024
2 parents d0d389c + a67fbff commit 36adb07
Show file tree
Hide file tree
Showing 3 changed files with 2,577 additions and 2,577 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
curl -fL "$spirv_tools_linux_url" | tar -xz -C "${HOME}/spirv-tools"
echo "${HOME}/spirv-tools/install/bin" >> $GITHUB_PATH
- name: install krnlc
run: cargo +nightly-2023-05-27 install krnlc@0.1.0 --locked -v --no-default-features --features use-installed-tools
run: cargo +nightly-2023-05-27 install krnlc@0.1.1 --locked -v --no-default-features --features use-installed-tools
- name: krnlc
run: krnlc -p autograph -v --check
lint:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ autobenches = false

[dependencies]
autograph_derive = { workspace = true, optional = true }
krnl = { version = "0.1.0", default-features = false }
krnl = { version = "0.1.1", default-features = false }
anyhow.workspace = true
ndarray = { workspace = true, features = [
"serde",
Expand Down
Loading

0 comments on commit 36adb07

Please sign in to comment.