Skip to content

Commit 4b05092

Browse files
committed
Update libremarkable again
1 parent e72930d commit 4b05092

File tree

2 files changed

+35
-157
lines changed

2 files changed

+35
-157
lines changed

Cargo.lock

Lines changed: 32 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ build = "build/main.rs"
1111

1212
[build-dependencies]
1313
image = "0.25"
14-
zstd = "0.9"
14+
zstd = "0.13"
1515

1616
[profile.release.build-override]
1717
# Makes dithered cache calculation about 25x faster!
1818
opt-level = 2
1919

2020
[dependencies]
2121
doomgeneric = { git = "https://github.com/LinusCDE/doomgeneric-rs.git", tag = "0.3.0-beta.2" }
22-
libremarkable = { git = "https://github.com/canselcik/libremarkable.git", rev = "e9ae2461" }
22+
libremarkable = { git = "https://github.com/canselcik/libremarkable.git", rev = "2e6157648984bfa31639648bd759ee2c31701024" } # Essentially 0.7.0
2323
fxhash = "0.2"
2424
mimalloc = { version = "0.1", default-features = false }
2525
log = "0.4"
2626
env_logger = "0.11"
27-
zstd = "0.9" # Matched with libremarkable, since only one version of zstd-sys can be built
27+
zstd = "0.13" # Matched with libremarkable, since only one version of zstd-sys can be built
2828
inotify = "0.11"
2929
evdev = "0.13"
3030

0 commit comments

Comments
 (0)