Skip to content

Commit

Permalink
Attempt docs.rs build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Mar 6, 2024
1 parent 0af5d0c commit e27a9a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_mod_picking"
version = "0.18.0"
version = "0.18.1"
authors = ["Aevyrie <aevyrie@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -63,7 +63,6 @@ bevy = { version = "0.13", default-features = false, features = [
"zstd",
"tonemapping_luts",
] }
bevy_mod_picking = { path = "" }

[features]
all = [
Expand Down

0 comments on commit e27a9a2

Please sign in to comment.