Skip to content

Commit b8e47da

Browse files
authored
Bump next version of Burn to 0.16.0 (#2434)
1 parent 65aa8b5 commit b8e47da

File tree

29 files changed

+137
-137
lines changed

29 files changed

+137
-137
lines changed

Cargo.lock

+42-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exclude = [
2424
edition = "2021"
2525
license = "MIT OR Apache-2.0"
2626
readme = "README.md"
27-
version = "0.15.0"
27+
version = "0.16.0"
2828

2929
[workspace.dependencies]
3030
atomic_float = "1"

backend-comparison/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ wgpu-spirv-fusion = ["wgpu-spirv", "burn/fusion"]
3333
[dependencies]
3434
arboard = { workspace = true }
3535
burn = { path = "../crates/burn", default-features = false }
36-
burn-common = { path = "../crates/burn-common", version = "0.15.0" }
37-
burn-wgpu = { path = "../crates/burn-wgpu", default-features = false, version = "0.15.0", optional = true }
36+
burn-common = { path = "../crates/burn-common", version = "0.16.0" }
37+
burn-wgpu = { path = "../crates/burn-wgpu", default-features = false, version = "0.16.0", optional = true }
3838
clap = { workspace = true }
3939
colored = { workspace = true }
4040
cubecl = { workspace = true, features = ["wgpu"], default-features = true }

0 commit comments

Comments
 (0)