Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Oct 10, 2023
1 parent 94f6f42 commit 25d9f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xrpicker-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/rpavlik/xr-picker"
license = "MIT OR Apache-2.0"
name = "xrpicker"
repository = "https://github.com/rpavlik/xr-picker"
version = "2.2.0"
version = "2.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions xrpicker-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
name = "xrpicker-gui"
readme = "../README.md"
repository = "https://github.com/rpavlik/xr-picker"
version = "2.2.0"
version = "2.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -20,7 +20,7 @@ egui-winit = {version = "0.23", default-features = false}
image = {version = "0.24", default-features = false, features = ["png"]}
itertools = "0.11"
rfd = "0.12"
xrpicker = {path = "../xrpicker-core", version = "2.2.0"}
xrpicker = {path = "../xrpicker-core", version = "2.2.1"}

# To add icon to EXE
[target.'cfg(windows)'.build-dependencies]
Expand Down

0 comments on commit 25d9f8f

Please sign in to comment.