Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dalance/veryl
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Dec 8, 2023
2 parents 149785f + 1b04118 commit 5ef596d
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 42 deletions.
94 changes: 56 additions & 38 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ description = "A modern hardware description language"

[workspace.dependencies]
anyhow = "1.0"
clap = {version = "4.4.8", features = ["derive"]}
clap = {version = "4.4.11", features = ["derive"]}
log = "0.4.20"
mdbook = "0.4.35"
mdbook = "0.4.36"
miette = {version = "5.10", features = ["fancy"]}
regex = "1.10.2"
semver = {version = "1.0", features = ["serde"]}
Expand All @@ -39,7 +39,7 @@ strnum_bitwidth = "0.1.2"
tempfile = "3.8"
thiserror = "1.0"
toml = "0.7.8"
url = {version = "2.4", features = ["serde"]}
url = {version = "2.5", features = ["serde"]}

[workspace.metadata.release]
tag = false
Expand Down
2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spdx = "0.10.2"
thiserror = {workspace = true}
toml = {workspace = true}
url = {workspace = true}
uuid = {version = "1.5", default-features = false, features = ["v5", "serde"]}
uuid = {version = "1.6", default-features = false, features = ["v5", "serde"]}
veryl-parser = {version = "0.5.6", path = "../parser"}
walkdir = "2.4.0"

Expand Down

0 comments on commit 5ef596d

Please sign in to comment.