Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion libs/trap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ license.workspace = true
[lints]
workspace = true

[dependencies]
[dependencies]
13 changes: 13 additions & 0 deletions libs/wavltree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.8](https://github.com/JonasKruckenberg/k23/compare/v0.0.7...v0.0.8) - 2025-07-11

### Fixed

- *(deps)* update rust crate libfuzzer-sys to v0.4.10 ([#492](https://github.com/JonasKruckenberg/k23/pull/492))

### Other

- update Rust to 1.90.0-nightly ([#499](https://github.com/JonasKruckenberg/k23/pull/499))
- *(deps)* update rust crate criterion to 0.6.0 ([#421](https://github.com/JonasKruckenberg/k23/pull/421))
- overhaul testing ([#482](https://github.com/JonasKruckenberg/k23/pull/482))
- async executor benchmarks ([#442](https://github.com/JonasKruckenberg/k23/pull/442))

## [0.0.7](https://github.com/JonasKruckenberg/k23/compare/v0.0.6...v0.0.7) - 2025-02-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion libs/wavltree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wavltree"
description = "An intrusive Weak AVL Tree."
version = "0.0.7"
version = "0.0.8"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ bitflags.workspace = true
riscv.workspace = true

[lints]
workspace = true
workspace = true