Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Aug 17, 2024
1 parent f22a28a commit 72fa3d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -49,7 +49,7 @@ members = ["fancy-example", "crates/*", "scripts"]
resolver = "2"

[workspace.dependencies]
egui_dnd = { path = "./crates/egui_dnd", version = "0.9.0" }
egui_dnd = { path = "./crates/egui_dnd", version = "0.9.1" }
egui_animation = { path = "./crates/egui_animation", version = "0.5.0" }
hello_egui_utils = { path = "./crates/hello_egui_utils", version = "0.5.0" }
egui_form = { path = "./crates/egui_form", version = "0.2.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_dnd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_dnd"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
authors = ["Lucas Meurer"]
repository = "https://github.com/lucasmerlin/hello_egui"
Expand Down

0 comments on commit 72fa3d1

Please sign in to comment.