Skip to content

Commit

Permalink
Bump next version of Burn to 0.16.0 (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui authored Oct 28, 2024
1 parent 65aa8b5 commit b8e47da
Show file tree
Hide file tree
Showing 29 changed files with 137 additions and 137 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = [
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
version = "0.15.0"
version = "0.16.0"

[workspace.dependencies]
atomic_float = "1"
Expand Down
4 changes: 2 additions & 2 deletions backend-comparison/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ wgpu-spirv-fusion = ["wgpu-spirv", "burn/fusion"]
[dependencies]
arboard = { workspace = true }
burn = { path = "../crates/burn", default-features = false }
burn-common = { path = "../crates/burn-common", version = "0.15.0" }
burn-wgpu = { path = "../crates/burn-wgpu", default-features = false, version = "0.15.0", optional = true }
burn-common = { path = "../crates/burn-common", version = "0.16.0" }
burn-wgpu = { path = "../crates/burn-wgpu", default-features = false, version = "0.16.0", optional = true }
clap = { workspace = true }
colored = { workspace = true }
cubecl = { workspace = true, features = ["wgpu"], default-features = true }
Expand Down
Loading

0 comments on commit b8e47da

Please sign in to comment.