Skip to content

Commit

Permalink
bump 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 18, 2024
1 parent 677cd59 commit 0a4ae70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: calcit-lang/[email protected]
with:
version: "0.8.51-a6"
version: "0.8.51"

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calcit_regex"
version = "0.0.5-a4"
version = "0.0.5"
authors = ["jiyinyiyong <[email protected]>"]
edition = "2021"

Expand All @@ -13,7 +13,7 @@ crate-type = ["dylib"] # Creates dynamic lib
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cirru_edn = "0.6.4-a5"
cirru_edn = "0.6.5"
# cirru_edn = { path = "/Users/chenyong/repo/cirru/edn.rs" }
cirru_parser = "0.1.29"
regex = "1.10.4"
Expand Down

0 comments on commit 0a4ae70

Please sign in to comment.