Skip to content

Commit

Permalink
chore: Specify version for workspace packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leo91000 committed Dec 19, 2022
1 parent 798bded commit 8e03f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/crontab_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
archimedes_crontab_types = { path = "../crontab_types" }
archimedes_crontab_types = { path = "../crontab_types", version = "0.1.0" }
json5 = "0.4.1"
nom = "7.1.1"
serde = { version = "1.0.151", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crontab_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls", "tokio"]
runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls", "tokio"]

[dependencies]
archimedes_crontab_types = { path = "../crontab_types" }
archimedes_crontab_types = { path = "../crontab_types", version = "0.1.0" }
chrono = { version = "0.4.23", features = ["serde"] }
sqlx = { version = "0.6.2", features = ["chrono"] }
thiserror = "1.0.38"
Expand Down

0 comments on commit 8e03f22

Please sign in to comment.