Skip to content

Commit e466c5e

Browse files
authored
chore: update version and fastnum dependency (#112)
Bump package version from 4.0.0-rc5 to 4.0.0-rc6 and upgrade fastnum from 0.1.11 to 0.2.1. These updates ensure compatibility with the latest features and improvements.
1 parent 07e4903 commit e466c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uniswap-sdk-core"
3-
version = "4.0.0-rc5"
3+
version = "4.0.0-rc6"
44
edition = "2021"
55
authors = ["malik <aremumalik05@gmail.com>", "Shuhui Luo <twitter.com/aureliano_law>"]
66
description = "The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange"
@@ -16,7 +16,7 @@ alloy-primitives = { version = ">=0.8.5", default-features = false, features = [
1616
bnum = "0.12.0"
1717
derive_more = { version = "2", default-features = false, features = ["deref", "from"] }
1818
eth_checksum = { version = "0.1.2", optional = true }
19-
fastnum = { version = "0.1.11", default-features = false, features = ["numtraits"] }
19+
fastnum = { version = "0.2.1", default-features = false, features = ["numtraits"] }
2020
lazy_static = "1.5"
2121
num-integer = { version = "0.1", default-features = false }
2222
num-traits = { version = "0.2.19", default-features = false, features = ["libm"] }

0 commit comments

Comments
 (0)