Skip to content

Commit

Permalink
v0.13.4
Browse files Browse the repository at this point in the history
Release notes:

- [alg] Parse and serialize Square-1 tuples.
  • Loading branch information
lgarron committed Oct 7, 2024
1 parent e007846 commit cb46f4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 @@ -11,7 +11,7 @@ default-members = [
]

[workspace.package]
version = "0.13.3"
version = "0.13.4"
license = "MPL-2.0"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions cubing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ keywords = ["cubing", "puzzle", "rubik", "solving", "WCA"]
readme = "../README.md"

[dependencies]
cubing_core = { version = "=0.13.3", path = "../cubing_core" }
cubing_macros = { version = "=0.13.3", path = "../cubing_macros" }
cubing_core = { version = "=0.13.4", path = "../cubing_core" }
cubing_macros = { version = "=0.13.4", path = "../cubing_macros" }

[dev-dependencies]
clap = { version = "4.1.8", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion cubing_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["cubing", "puzzle", "rubik", "solving", "WCA"]
readme = "README.md"

[dependencies]
cubing_core = { version = "=0.13.3", path = "../cubing_core" }
cubing_core = { version = "=0.13.4", path = "../cubing_core" }
quote = "1.0.33"
syn = "2.0.39"

Expand Down

0 comments on commit cb46f4e

Please sign in to comment.