Skip to content

Commit

Permalink
feat: preparing 0.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoury committed Sep 23, 2022
1 parent 811591e commit 4ceda50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "A database compatible with MongoDB Wire Protocol that uses PostgreSQL for backend storage."
edition = "2021"
name = "oxide"
version = "0.1.6"
version = "0.1.7"

[dependencies]
autoincrement = {version = "1", features = ["derive", "async"]}
Expand All @@ -18,6 +18,7 @@ log = "0.4"
# mongodb = {version = "2.1", features = ["tokio-sync"], default-features = false}
# mongodb-language-model = {path = "../mongodb-language-model-rust"}
color-eyre = "0.6"
colored = "2.0.0"
deno_core = "0.149.0"
dirs = "4.0.0"
eyre = "0.6"
Expand All @@ -36,7 +37,6 @@ serde_json = {version = "1", features = ["preserve_order"]}
serde_v8 = "0.62.0"
sql_lexer = "0.9.3"
tokio = {version = "1.19.2", features = ["full"]}
colored = "2.0.0"

[dependencies.mongodb]
default-features = false
Expand Down

0 comments on commit 4ceda50

Please sign in to comment.