Skip to content

Commit

Permalink
update dependencies and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Aug 3, 2024
1 parent 5b36f3e commit 3e454bc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased - ReleaseDate

### Changed

- Updated all dependencies to their latest versions.

## 0.9.1 - 2024-04-06

### Added
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nodit"
version = "0.9.1"
version = "0.9.2"
authors = ["James Forster <james.forsterer@gmail.com>"]
edition = "2021"
description = """
Expand All @@ -16,15 +16,15 @@ keywords = ["data-structures", "map", "data", "library"]
categories = ["data-structures"]

[dependencies]
serde = { version = "1.0.193", features = [
serde = { version = "1.0.204", features = [
"derive",
], default-features = false, optional = true }
btree_monstrousity = { version = "0.0.4", features = [
btree_monstrousity = { version = "0.0.5", features = [
"btree_drain_filter",
"btree_cursors",
], default-features = false }
itertools = { version = "0.12.0", default-features = false }
smallvec = { version = "1.13.1", default-features = false }
itertools = { version = "0.13.0", default-features = false }
smallvec = { version = "1.13.2", default-features = false }

[features]
default = []
Expand Down

0 comments on commit 3e454bc

Please sign in to comment.