Skip to content

Commit dabd66a

Browse files
committed
chore: bump bimm workspace version to 0.19.5 and update dependencies accordingly
1 parent d37ada5 commit dabd66a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

1111
[workspace.package]
1212
edition = "2024"
13-
version = "0.19.4"
13+
version = "0.19.5"
1414
repository = "https://github.com/crutcher/bimm"
1515
license = "MIT"
1616
rust-version = "1.88.0"

crates/bimm-firehose-image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "bimm-firehose image processing support"
1212
workspace = true
1313

1414
[dependencies]
15-
bimm-firehose = { version = "0.19.4", path = "../bimm-firehose" }
15+
bimm-firehose = { version = "0.19.5", path = "../bimm-firehose" }
1616

1717
burn = { workspace = true, features = ["dataset", "vision", "ndarray"] }
1818
serde = { workspace = true, features = ["derive"] }

examples/resnet_finetune/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111

1212
[dependencies]
1313
anyhow = { workspace = true }
14-
bimm = { version = "0.19.4", path = "../../crates/bimm" }
14+
bimm = { version = "0.19.5", path = "../../crates/bimm" }
1515

1616
burn = { workspace = true, features = ["train", "fusion", "autotune", "network", "vision"] }
1717

examples/resnet_tiny/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ repository.workspace = true
1010
workspace = true
1111

1212
[dependencies]
13-
bimm = { version = "0.19.4", path = "../../crates/bimm" }
14-
bimm-firehose = { version = "0.19.4", path = "../../crates/bimm-firehose" }
15-
bimm-firehose-image = { version = "0.19.4", path = "../../crates/bimm-firehose-image" }
13+
bimm = { version = "0.19.5", path = "../../crates/bimm" }
14+
bimm-firehose = { version = "0.19.5", path = "../../crates/bimm-firehose" }
15+
bimm-firehose-image = { version = "0.19.5", path = "../../crates/bimm-firehose-image" }
1616

1717
burn = { workspace = true, features = ["train", "fusion", "autotune", "vision", "dataset"] }
1818
serde = { workspace = true, features = ["derive"] }

examples/swin_tiny/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ repository.workspace = true
1010
workspace = true
1111

1212
[dependencies]
13-
bimm = { version = "0.19.4", path = "../../crates/bimm" }
14-
bimm-firehose = { version = "0.19.4", path = "../../crates/bimm-firehose" }
15-
bimm-firehose-image = { version = "0.19.4", path = "../../crates/bimm-firehose-image" }
13+
bimm = { version = "0.19.5", path = "../../crates/bimm" }
14+
bimm-firehose = { version = "0.19.5", path = "../../crates/bimm-firehose" }
15+
bimm-firehose-image = { version = "0.19.5", path = "../../crates/bimm-firehose-image" }
1616

1717
burn = { workspace = true, features = ["train", "fusion", "autotune", "vision", "dataset"] }
1818
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)