-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleanup and update names * Add deprecation notice * remove deprecated functions * fix clippy warning --------- Co-authored-by: Kevin Läufer <[email protected]>
- Loading branch information
1 parent
de1d5d9
commit 0932b0e
Showing
11 changed files
with
41 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "baa" | ||
version = "0.14.7" | ||
version = "0.15.0" | ||
edition = "2021" | ||
authors = ["Kevin Laeufer <[email protected]>"] | ||
description = "BitVector and Array Arithmetic" | ||
|
@@ -14,8 +14,8 @@ rust-version = "1.73.0" | |
|
||
[dependencies] | ||
# optional dependencies for crate interop | ||
fraction = { version = "0.11", optional = true } | ||
num-bigint = { version = "0.4", optional = true} | ||
fraction = { version = "0.15", optional = true } | ||
num-bigint = { version = "0.4", optional = true } | ||
serde = { version = "1.0", features = ["derive"], optional = true } | ||
|
||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters