Skip to content

Commit

Permalink
Merge branch 'release1.0' of https://github.com/jsinger67/parol into …
Browse files Browse the repository at this point in the history
…release1.0
  • Loading branch information
jsinger67 committed Jan 29, 2025
2 parents 8e3ccf4 + c19ae9f commit 653cd7a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function_name = "0.3.0"
petgraph = "0.6.6"
syntree = "0.14.5"
syntree_layout = "0.2.0"
log = "0.4.22"
log = "0.4.25"
once_cell = "1.20"
regex = "1.11"
thiserror = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/parol-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parol_runtime = { path = "../parol_runtime", version = "1.0.1", features = [
parol-macros = { path = "../parol-macros", version = "1.0.0" }
regex = { workspace = true }
serde = "1.0.217"
serde_json = "1.0.134"
serde_json = "1.0.138"
thiserror = { workspace = true }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/parol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["/tests", "/data", "/bindings"]
[dependencies]
anyhow = { workspace = true }
assert_cmd = "2.0"
bitflags = "2.6.0"
bitflags = "2.8.0"
cfg-if = "1.0.0"
clap = { workspace = true }
derive_builder = { version = "0.20.2" }
Expand Down

0 comments on commit 653cd7a

Please sign in to comment.