Skip to content

Commit

Permalink
update to awint 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Feb 21, 2024
1 parent c6b95fd commit 2bbc2fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [0.4.0] - TODO
### Crate
- `awint` 0.17 and `triple_arena` 0.13

### Changes
- Removed the mimicking assertions from the `dag` module
- Reworked the evaluation system to be event based, now there are `drive_with_delay` functions and
Expand Down
4 changes: 2 additions & 2 deletions starlight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ keywords = ["dag", "rtl", "hdl"]
categories = ["algorithms"]

[dependencies]
awint = { path = "../../awint/awint", default-features = false, features = ["rand_support", "dag"] }
#awint = { version = "0.16", default-features = false, features = ["rand_support", "dag"] }
#awint = { path = "../../awint/awint", default-features = false, features = ["rand_support", "dag"] }
awint = { version = "0.17", default-features = false, features = ["rand_support", "dag"] }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
rand_xoshiro = { version = "0.6", default-features = false }
thiserror = "1.0"
Expand Down

0 comments on commit 2bbc2fc

Please sign in to comment.