Skip to content

Commit

Permalink
build: rebase to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jun 17, 2024
1 parent f556e94 commit f3c8fe8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "crates/mitex-spec-gen/assets/artifacts"]
path = crates/mitex-spec-gen/assets/artifacts
url = https://github.com/mitex-rs/artifacts
branch = v0.2.2
branch = v0.2.4
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ rowan = "0.15.15"

which = "5.0.0"

mitex-spec = { version = "0.2.2", path = "crates/mitex-spec" }
mitex-glob = { version = "0.2.2", path = "crates/mitex-glob" }
mitex-lexer = { version = "0.2.2", path = "crates/mitex-lexer" }
mitex-parser = { version = "0.2.2", path = "crates/mitex-parser" }
mitex = { version = "0.2.2", path = "crates/mitex" }
mitex-spec-gen = { version = "0.2.2", path = "crates/mitex-spec-gen" }
mitex-spec = { version = "0.2.4", path = "crates/mitex-spec" }
mitex-glob = { version = "0.2.4", path = "crates/mitex-glob" }
mitex-lexer = { version = "0.2.4", path = "crates/mitex-lexer" }
mitex-parser = { version = "0.2.4", path = "crates/mitex-parser" }
mitex = { version = "0.2.4", path = "crates/mitex" }
mitex-spec-gen = { version = "0.2.4", path = "crates/mitex-spec-gen" }

clap = { version = "4.4", features = ["derive", "env", "unicode", "wrap_help"] }
clap_builder = { version = "4", features = ["string"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/mitex-spec-gen/assets/artifacts

0 comments on commit f3c8fe8

Please sign in to comment.