summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2023-10-12 21:18:44 +0200
committerqkzk <qu3nt1n@gmail.com>2023-10-12 21:18:44 +0200
commit88446192eab5d2f4687cb5a98721dd3c87775994 (patch)
treed63c48f2ba7e6ac89a04591dd34fe464562a3172
parentaf13afebed793354df66b54ba7a89c5a1a476992 (diff)
switch back to a released version of log4rsv0.1.22-dev
-rw-r--r--Cargo.lock3
-rw-r--r--Cargo.toml2
-rw-r--r--development.md4
3 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a7d45c6..d572a1f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1329,7 +1329,8 @@ checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7"
[[package]]
name = "log4rs"
version = "1.2.0"
-source = "git+https://github.com/estk/log4rs#55446882c82c4a48e89917ed9ac62610a8fe797f"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d36ca1786d9e79b8193a68d480a0907b612f109537115c6ff655a3a1967533fd"
dependencies = [
"anyhow",
"arc-swap",
diff --git a/Cargo.toml b/Cargo.toml
index d7f1228..bbe9b5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ gag = "1.0.0"
indicatif = { version = "0.17.1", features= ["in_memory"] }
lazy_static = "1.4.0"
log = { version = "0.4.0", features = ["std"] }
-log4rs = {git = "https://github.com/estk/log4rs", features = ["rolling_file_appender", "compound_policy", "size_trigger", "fixed_window_roller"] }
+log4rs = { version = "1.2.0", features = ["rolling_file_appender", "compound_policy", "size_trigger", "fixed_window_roller"] }
nvim-rs = { version = "0.3", features = ["use_tokio"] }
pathdiff = "0.2.1"
pdf-extract = "0.6.4"
diff --git a/development.md b/development.md
index 67e3e2a..d612671 100644
--- a/development.md
+++ b/development.md
@@ -563,11 +563,11 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [x] FIX: goto mode from tree node with a selected file crashes the application
- [x] Not accessible file in tree mode crashes the application
- [x] Look for nvim listen address in `ss -l` output
-- [ ] while second window is opened, if the selection is below half screen, it's not shown anymore.
- Scroll to second element if needed
## TODO
+- [ ] while second window is opened, if the selection is below half screen, it's not shown anymore.
+ Scroll to second element if needed
- [ ] remote control
- [ ] listen to stdin (rcv etc.)