Skip to content

Commit

Permalink
Bumped dependencies for mem-dbg and louds-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 authored Jul 19, 2024
1 parent 89c8a67 commit 4abdde3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trie-rs"
version = "0.4.2"
version = "0.4.3"
authors = ["Sho Nakatani <lay.sakura@gmail.com>", "Shane Celis <shane.celis@gmail.com>"]
description = "Memory efficient trie (prefix tree) and map library based on LOUDS"
readme = "README.md"
Expand All @@ -12,8 +12,8 @@ categories = ["compression", "data-structures"]
edition = "2021"

[dependencies]
louds-rs = "0.7"
mem_dbg = { version = "0.1.4", optional = true }
louds-rs = "0.7.1"
mem_dbg = { version = "0.2.2", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 4abdde3

Please sign in to comment.