Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jan 20, 2025
1 parent 72e3b59 commit 6edba55
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 110 deletions.
161 changes: 67 additions & 94 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "sqlite-compressions"
version = "0.2.18" # This value is also used in the README.md
version = "0.2.19" # This value is also used in the README.md
description = "Compression, decompression, testing, diffing and patching functions for SQLite: gzip, brotli, bsdiff, ..."
authors = ["Yuri Astrakhan <[email protected]>"]
repository = "https://github.com/nyurik/sqlite-compressions"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["sqlite", "compression", "gzip", "brotli", "bsdiff"]
categories = ["database", "compression"]
rust-version = "1.77.2"
rust-version = "1.82"

[lib]
name = "sqlite_compressions"
Expand Down
Loading

0 comments on commit 6edba55

Please sign in to comment.