Skip to content

Commit

Permalink
chore: add dep number on local crates so they can be published
Browse files Browse the repository at this point in the history
  • Loading branch information
clarete committed Oct 2, 2023
1 parent e0452ab commit 0837178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions langlang_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ readme = "../README.org"
[dependencies]
log = "0.4"
env_logger = "0.8"
langlang_syntax = { path = "../langlang_syntax" }
langlang_value = { path = "../langlang_value" }
langlang_syntax = { path = "../langlang_syntax", version = "0.1.1" }
langlang_value = { path = "../langlang_value", version = "0.1.1" }
2 changes: 1 addition & 1 deletion langlang_syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ documentation = "https://docs.rs/langlang_syntax"
readme = "../README.org"

[dependencies]
langlang_value = { path = "../langlang_value" }
langlang_value = { path = "../langlang_value", version = "0.1.1" }

0 comments on commit 0837178

Please sign in to comment.