Skip to content

Commit

Permalink
Bump cursive-core to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Aug 12, 2024
1 parent c0d1152 commit e592ade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## cursive-core 0.4.6

- Remove serde_yaml dependency (moved to dev-dependency)

## cursive-core 0.4.5

- Implement Resolvable for more types in the style module
Expand Down
2 changes: 1 addition & 1 deletion cursive-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "cursive_core"
readme = "README.md"
repository = "https://github.com/gyscos/cursive"
version = "0.4.5"
version = "0.4.6"
edition = "2021"
rust-version = "1.61"
include = ["src/**/*", "LICENSE", "README.md"]
Expand Down

0 comments on commit e592ade

Please sign in to comment.