From e592ade2f277ea95bc093a4319427ed82a5075b8 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 12 Aug 2024 08:03:50 -0400 Subject: [PATCH] Bump cursive-core to 0.4.6 --- CHANGELOG.md | 4 ++++ cursive-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 457c2ecc..9f7eb1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cursive-core/Cargo.toml b/cursive-core/Cargo.toml index eaa0f889..aaee9e2f 100644 --- a/cursive-core/Cargo.toml +++ b/cursive-core/Cargo.toml @@ -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"]