Skip to content

Commit 5b92738

Browse files
Update fenwick requirement from 1.0.0 to 2.0.0 (#38)
Updates the requirements on [fenwick](https://github.com/summivox/fenwick.rs) to permit the latest version. - [Release notes](https://github.com/summivox/fenwick.rs/releases) - [Commits](https://github.com/summivox/fenwick.rs/commits) --- updated-dependencies: - dependency-name: fenwick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9af745c commit 5b92738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fenwick-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ repository = "https://github.com/danieleades/arithmetic-coding"
1212

1313
[dependencies]
1414
arithmetic-coding-core = { path = "../arithmetic-coding-core" }
15-
fenwick = "1.0.0"
15+
fenwick = "2.0.0"
1616
thiserror = "1.0.30"

0 commit comments

Comments
 (0)