Skip to content

Commit

Permalink
Revert manual puffin_egui version bump (EmbarkStudios#192)
Browse files Browse the repository at this point in the history
This will be taken care of by `cargo release`.
  • Loading branch information
fornwall authored Feb 14, 2024
1 parent a43b63b commit bee65bc
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 puffin_egui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "puffin_egui"
version = "0.26.0"
version = "0.25.0"
authors = ["Emil Ernerfeldt <[email protected]>"]
description = "Show puffin profiler flamegraph in-game using egui"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion puffin_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["**/*.rs", "Cargo.toml", "README.md", "icon.png"]
crate-type = ["cdylib", "rlib"]

[dependencies]
puffin_egui = { version = "0.26.0", path = "../puffin_egui", features = [
puffin_egui = { version = "0.25.0", path = "../puffin_egui", features = [
"serde",
] }
puffin = { version = "0.19.0", path = "../puffin", features = [
Expand Down

0 comments on commit bee65bc

Please sign in to comment.