Skip to content

Commit 7005383

Browse files
committed
Fix documentation build on docs.rs
1 parent be84863 commit 7005383

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.0.1 - 2025-10-09
4+
5+
No actual changes. Had to bump the version to republish the crate and fix docs.rs failing to build the documentation.
6+
37
## 4.0.0 - 2025-10-09
48

59
### Added

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_spritesheet_animation"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
description = "A Bevy plugin for animating sprites"
55
repository = "https://github.com/merwaaan/bevy_spritesheet_animation"
66
readme = "README.md"
@@ -41,3 +41,7 @@ rand = "0.9"
4141
# Bevy systems can have a lot of arguments
4242
too_many_arguments = "allow"
4343
type_complexity = "allow"
44+
45+
# Like for our CI, docs.rs won't be able to build the documentation with the "custom_cursor" feature enabled
46+
[package.metadata.docs.rs]
47+
no-default-features = true

0 commit comments

Comments
 (0)