Skip to content

Commit 7fc85fd

Browse files
committed
fix bad formatting in Cargo.toml
1 parent 0a6bca2 commit 7fc85fd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ chrono = { version = "0.4.42", default-features = false }
4444
compact_str = "0.9.0"
4545
crc32c = "0.6.8"
4646
criterion = "0.7.0"
47-
crypto-bigint = "=0.7.0-rc.10" # TODO: Remove when rsa is fixed.
48-
crypto-primes = "=0.7.0-pre.4" # TODO: Remove when rsa is fixed.
47+
# TODO: Remove when rsa is fixed.
48+
crypto-bigint = "=0.7.0-rc.10"
49+
# TODO: Remove when rsa is fixed.
50+
crypto-primes = "=0.7.0-pre.4"
4951
derive_more = "2.0.1"
5052
enum-as-inner = "0.6.1"
5153
env_logger = "0.11.8"
@@ -74,7 +76,8 @@ serde = "1.0.228"
7476
serde_json = "1.0.145"
7577
sha1 = "0.11.0-rc.3"
7678
sha2 = "0.11.0-rc.3"
77-
signature = "=3.0.0-rc.5" # TODO: Remove when rsa is fixed.
79+
# TODO: Remove when rsa is fixed.
80+
signature = "=3.0.0-rc.5"
7881
simdnbt = { version = "0.8.0", git = "https://github.com/azalea-rs/simdnbt" }
7982
socks5-impl = "0.7.2"
8083
syn = "2.0.110"

0 commit comments

Comments
 (0)