Skip to content

Commit 4ceda50

Browse files
committed
feat: preparing 0.1.7 release
1 parent 811591e commit 4ceda50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "A database compatible with MongoDB Wire Protocol that uses PostgreSQL for backend storage."
33
edition = "2021"
44
name = "oxide"
5-
version = "0.1.6"
5+
version = "0.1.7"
66

77
[dependencies]
88
autoincrement = {version = "1", features = ["derive", "async"]}
@@ -18,6 +18,7 @@ log = "0.4"
1818
# mongodb = {version = "2.1", features = ["tokio-sync"], default-features = false}
1919
# mongodb-language-model = {path = "../mongodb-language-model-rust"}
2020
color-eyre = "0.6"
21+
colored = "2.0.0"
2122
deno_core = "0.149.0"
2223
dirs = "4.0.0"
2324
eyre = "0.6"
@@ -36,7 +37,6 @@ serde_json = {version = "1", features = ["preserve_order"]}
3637
serde_v8 = "0.62.0"
3738
sql_lexer = "0.9.3"
3839
tokio = {version = "1.19.2", features = ["full"]}
39-
colored = "2.0.0"
4040

4141
[dependencies.mongodb]
4242
default-features = false

0 commit comments

Comments
 (0)