Skip to content

Commit

Permalink
build: bump to version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkornitzer committed May 25, 2024
1 parent 53200ae commit b8e960f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mongod-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mongod-derive"
version = "0.3.4"
version = "0.3.5"
authors = ["Alex Kornitzer <[email protected]>"]
edition = "2018"
description = "An abstraction layer on mongodb"
Expand All @@ -17,7 +17,7 @@ quote = "1.0"
syn = "2.0"

[dev-dependencies]
mongod = { version = "0.3.4", path = "../mongod" }
mongod = { version = "0.3.5", path = "../mongod" }

[lib]
proc-macro = true
6 changes: 3 additions & 3 deletions mongod/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mongod"
version = "0.3.4"
version = "0.3.5"
authors = [
"Alex Kornitzer <[email protected]>",
]
Expand All @@ -21,14 +21,14 @@ chrono = { version = "0.4", optional = true, features = ["serde"] }
futures = "0.3"
log = "0.4"
mongodb = "2.0.0"
mongod-derive = { version = "=0.3.4", optional = true, path = "../mongod-derive" }
mongod-derive = { version = "=0.3.5", optional = true, path = "../mongod-derive" }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", default-features = false }
url = "2.2"


[dev-dependencies]
mongod-derive = { version = "0.3.4", path = "../mongod-derive" }
mongod-derive = { version = "0.3.5", path = "../mongod-derive" }


[features]
Expand Down

0 comments on commit b8e960f

Please sign in to comment.