Skip to content

Commit

Permalink
feat(named-args): use std::collections::HashMap instead of indexmap
Browse files Browse the repository at this point in the history
… crate
  • Loading branch information
MrFoxPro committed Mar 27, 2024
1 parent ab1db25 commit fe37ae5
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 433 deletions.
5 changes: 2 additions & 3 deletions edgedb-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ chrono = {version="0.4.23", optional=true, features=["std"], default-features=fa
edgedb-errors = {path = "../edgedb-errors", version = "0.4.0" }
bitflags = "2.4.0"
serde = {version="1.0.190", optional=true}
indexmap = {version = "2.2", optional=true}

[features]
default = []
default = ["macros"]
with-num-bigint = ["num-bigint", "num-traits"]
with-bigdecimal = ["bigdecimal", "num-bigint", "num-traits"]
with-chrono = ["chrono"]
all-types = ["with-num-bigint", "with-bigdecimal", "with-chrono"]
with-serde = ["serde"]
macros = ["indexmap"]
macros = []

[dev-dependencies]
rand = "0.8"
Expand Down
Loading

0 comments on commit fe37ae5

Please sign in to comment.