Skip to content

Commit d8248f5

Browse files
committed
build: bump to version 0.3.6
1 parent 1584986 commit d8248f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mongod-derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mongod-derive"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = ["Alex Kornitzer <alex.kornitzer@countercept.com>"]
55
edition = "2018"
66
description = "An abstraction layer on mongodb"
@@ -17,7 +17,7 @@ quote = "1.0"
1717
syn = "2.0"
1818

1919
[dev-dependencies]
20-
mongod = { version = "0.3.5", path = "../mongod" }
20+
mongod = { version = "0.3.6", path = "../mongod" }
2121

2222
[lib]
2323
proc-macro = true

mongod/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mongod"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = [
55
"Alex Kornitzer <alex.kornitzer@countercept.com>",
66
]
@@ -21,14 +21,14 @@ chrono = { version = "0.4", optional = true, features = ["serde"] }
2121
futures = "0.3"
2222
log = "0.4"
2323
mongodb = "2.0.0"
24-
mongod-derive = { version = "=0.3.5", optional = true, path = "../mongod-derive" }
24+
mongod-derive = { version = "=0.3.6", optional = true, path = "../mongod-derive" }
2525
serde = { version = "1.0", features = ["derive"] }
2626
tokio = { version = "1.0", default-features = false }
2727
url = "2.2"
2828

2929

3030
[dev-dependencies]
31-
mongod-derive = { version = "0.3.5", path = "../mongod-derive" }
31+
mongod-derive = { version = "0.3.6", path = "../mongod-derive" }
3232

3333

3434
[features]

0 commit comments

Comments
 (0)