summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2024-09-29 15:35:59 +0900
committerKyohei Uto <im@kyoheiu.dev>2024-09-29 15:35:59 +0900
commit229737ae0fefe2ac9e045276453d5d78c918e38b (patch)
tree84d4f3f99427ab2aa3aae7c572a3b2d2ef976a4d
parent622d21a60ea4d21b611c61e6b03a1a2147c24d05 (diff)
v2.14.0: Update dependencies for 1.81.0v2.14.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md6
3 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 45fa1b1..6e69105 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -364,7 +364,7 @@ dependencies = [
[[package]]
name = "felix"
-version = "2.13.0"
+version = "2.14.0"
dependencies = [
"bwrap",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 369c538..5a6ee7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "felix"
-version = "2.13.0"
+version = "2.14.0"
authors = ["Kyohei Uto <im@kyoheiu.dev>"]
edition = "2021"
description = "tui file manager with vim-like key mapping"
diff --git a/README.md b/README.md
index 29932a0..3f01905 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
+## v2.14.0 (2024-09-29)
+
+### Changed
+
+- Update dependencies for Rust 1.81.0. MSRV is the same as before (1.74.1).
+
## v2.13.0 (2024-04-07)
### Added