Skip to content

Commit 9242e7f

Browse files
authored
chore(release): bump crates to 0.1.10
Release v0.1.10
1 parent 9d37ddc commit 9242e7f

7 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

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

crates/gb-benchmark/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "gb-benchmark"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2024"
55
rust-version = "1.93"
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
gb-core = { version = "0.1.9", path = "../gb-core" }
9+
gb-core = { version = "0.1.10", path = "../gb-core" }
1010
serde = { version = "1.0", features = ["derive"] }
1111
toml = "0.8"

crates/gb-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "gb-cli"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2024"
55
rust-version = "1.93"
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
gb-benchmark = { version = "0.1.9", path = "../gb-benchmark" }
10-
gb-core = { version = "0.1.9", path = "../gb-core" }
11-
gb-persistence = { version = "0.1.9", path = "../gb-persistence" }
9+
gb-benchmark = { version = "0.1.10", path = "../gb-benchmark" }
10+
gb-core = { version = "0.1.10", path = "../gb-core" }
11+
gb-persistence = { version = "0.1.10", path = "../gb-persistence" }
1212
png = "0.18"
1313
sha2 = "0.10"

crates/gb-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gb-core"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2024"
55
rust-version = "1.93"
66
license = "MIT OR Apache-2.0"

crates/gb-desktop/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gb-desktop"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2024"
55
rust-version = "1.93"
66
license = "MIT OR Apache-2.0"
@@ -10,9 +10,9 @@ default = []
1010
sdl3-build-from-source = ["sdl3/build-from-source"]
1111

1212
[dependencies]
13-
gb-benchmark = { version = "0.1.9", path = "../gb-benchmark" }
14-
gb-core = { version = "0.1.9", path = "../gb-core" }
15-
gb-persistence = { version = "0.1.9", path = "../gb-persistence" }
13+
gb-benchmark = { version = "0.1.10", path = "../gb-benchmark" }
14+
gb-core = { version = "0.1.10", path = "../gb-core" }
15+
gb-persistence = { version = "0.1.10", path = "../gb-persistence" }
1616
sdl3 = { version = "0.17.3", features = ["use-pkg-config", "hidapi"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
sha2 = "0.10"

crates/gb-persistence/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "gb-persistence"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2024"
55
rust-version = "1.93"
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
99
ciborium = "0.2"
10-
gb-core = { version = "0.1.9", path = "../gb-core" }
10+
gb-core = { version = "0.1.10", path = "../gb-core" }

crates/gb-test-runner/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "gb-test-runner"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2024"
55
rust-version = "1.93"
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
gb-core = { version = "0.1.9", path = "../gb-core" }
9+
gb-core = { version = "0.1.10", path = "../gb-core" }
1010
png = "0.18"
1111
rayon = "1.10"
1212
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)