Skip to content

Commit

Permalink
krnl 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed Jan 31, 2024
1 parent 4978c71 commit 0c384c1
Show file tree
Hide file tree
Showing 4 changed files with 2,544 additions and 2,543 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 --git=https://github.com/charles-r-earp/krnl --locked -v --no-default-features --features use-installed-tools
run: cargo +nightly-2023-05-27 install krnlc --version=0.0.4 --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 @@ -47,7 +47,7 @@ autobenches = false

[dependencies]
autograph_derive = { path = "autograph_derive", optional = true }
krnl = { git = "https://github.com/charles-r-earp/krnl", default-features = false }
krnl = { version = "0.0.4", default-features = false, features = ["serde"] }
anyhow.workspace = true
ndarray = { workspace = true, features = ["serde", "rayon", "matrixmultiply-threading"] }
rand = { version = "0.8.4", optional = true }
Expand Down
Loading

0 comments on commit 0c384c1

Please sign in to comment.