Skip to content

Commit e2c4ab2

Browse files
committed
Removed unused dependencies
1 parent 227fe9f commit e2c4ab2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rorm-sql"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
edition = "2021"
55
keywords = ["database", "abstraction-layer", "sqlite", "postgres", "mysql"]
66
categories = ["database"]
@@ -17,7 +17,6 @@ chrono = { version = ">=0.4.20", default-features = false }
1717
time = { version = "~0.3" }
1818

1919
# Serialization library
20-
serde = { version = "~1" }
2120
serde_json = { version = "~1" }
2221

2322
# Uuid support
@@ -35,9 +34,6 @@ mac_address = { version = "~1", optional = true }
3534

3635
rorm-declaration = { version = "0.4.1", path = "../rorm-declaration" }
3736

38-
[build-dependencies]
39-
rustc_version = "0.4.0"
40-
4137
[package.metadata.docs.rs]
4238
all-features = true
4339

0 commit comments

Comments
 (0)