Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Mar 25, 2024
1 parent c5548f6 commit 0ff5c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion njord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage = "https://njord.rs"
keywords = ["orm", "database", "sql"]

[dependencies]
njord_derive = { version = "0.2.0", optional = true, path = "../njord_derive" }
njord_derive = { version = "0.1.0", optional = true, path = "../njord_derive" }
rusqlite = { version = "0.31.0", features = ["bundled"] }
log = "0.4.21"
rand = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion njord_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ syn = "2.0.55"
rusqlite = { version = "0.31.0", features = ["bundled"] }

[dev-dependencies]
njord = { version = "0.2.0", path = "../njord" }
njord = { version = "0.1.0", path = "../njord" }

0 comments on commit 0ff5c80

Please sign in to comment.