Skip to content

Commit 4b4694d

Browse files
committed
Release 1.2.0
1 parent a2b14d9 commit 4b4694d

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

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

core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snow_core"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
build = "build.rs"
66

@@ -33,7 +33,7 @@ num-traits = "0.2.19"
3333
proc-bitfield = "0.5.2"
3434
serde = { version = "1.0.203", features = ["serde_derive", "derive"] }
3535
serde_json = "1.0.117"
36-
snow_floppy = { version = "1.1.0", path = "../floppy" }
36+
snow_floppy = { version = "1.2.0", path = "../floppy" }
3737
strum = { version = "0.26.3", features = ["derive"] }
3838
thiserror = "1.0.61"
3939
hex-literal = "0.4.1"

floppy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snow_floppy"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55

66
[dependencies]

frontend_egui/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snow_frontend_egui"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
build = "build.rs"
66

@@ -40,8 +40,8 @@ rand = "0.9.1"
4040
serde = { version = "1.0.218", features = ["derive"] }
4141
serde_json = "1.0.139"
4242
sha2 = "0.10.8"
43-
snow_core = { version = "1.1.0", path = "../core", features = ["mmap", "savestates"] }
44-
snow_floppy = { version = "1.1.0", path = "../floppy" }
43+
snow_core = { version = "1.2.0", path = "../core", features = ["mmap", "savestates"] }
44+
snow_floppy = { version = "1.2.0", path = "../floppy" }
4545
strum = "0.26.3"
4646

4747
[target.'cfg(target_os = "macos")'.dependencies]

testrunner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "testrunner"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)