Skip to content

Commit

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

- [kpuzzle] Change `.packed_orbit_data()` (method on `KPattern` and `KTransformation`) to return a mutable reference.
  • Loading branch information
lgarron committed Sep 26, 2024
1 parent f597b06 commit 9d71820
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.0"
version = "0.13.1"
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.0", path = "../cubing_core" }
cubing_macros = { version = "=0.13.0", path = "../cubing_macros" }
cubing_core = { version = "=0.13.1", path = "../cubing_core" }
cubing_macros = { version = "=0.13.1", 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.0", path = "../cubing_core" }
cubing_core = { version = "=0.13.1", path = "../cubing_core" }
quote = "1.0.33"
syn = "2.0.39"

Expand Down

0 comments on commit 9d71820

Please sign in to comment.