Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d1152 commit e592adeCopy full SHA for e592ade
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## cursive-core 0.4.6
4
+
5
+- Remove serde_yaml dependency (moved to dev-dependency)
6
7
## cursive-core 0.4.5
8
9
- Implement Resolvable for more types in the style module
cursive-core/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
name = "cursive_core"
readme = "README.md"
10
repository = "https://github.com/gyscos/cursive"
11
-version = "0.4.5"
+version = "0.4.6"
12
edition = "2021"
13
rust-version = "1.61"
14
include = ["src/**/*", "LICENSE", "README.md"]
0 commit comments