Skip to content

Commit 7204061

Browse files
committed
bump minor version
1 parent 0d627e8 commit 7204061

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["mysql", "database"]
1313
categories = ["database"]
1414

1515
# * Invoke `cargo readme > README.md` if relevant!
16-
version = "0.36.2"
16+
version = "0.37.0"
1717

1818
edition = "2024"
1919
exclude = [
@@ -42,13 +42,16 @@ chrono = { version = "0.4.20", default-features = false, features = [
4242
], optional = true }
4343
crc32fast = "1.2"
4444
curve25519-dalek = { version = "4.1.3", optional = true }
45-
ed25519-dalek = { version = "2.1", features = ["rand_core"], optional = true}
45+
ed25519-dalek = { version = "2.1", features = ["rand_core"], optional = true }
4646
flate2 = { version = "1.0", default-features = false }
4747
frunk = { version = "0.4", optional = true }
4848
getrandom = { version = "0.3", features = ["std"] }
4949
num-bigint = { version = "0.4" }
5050
num-traits = { version = "0.2", features = ["i128"] }
51-
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac", "sha2"], optional = true }
51+
pbkdf2 = { version = "0.12", default-features = false, features = [
52+
"hmac",
53+
"sha2",
54+
], optional = true }
5255
rand = { version = "0.9.2", optional = true }
5356
regex = "1.5"
5457
rust_decimal = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)