Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 25, 2024
1 parent 9fa47ad commit 12fffe4
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 17 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -26,6 +24,6 @@ jobs:

- run: cargo build --release

- run: mkdir dylibs/ && ls target/release/ && cp -v target/release/*.* dylibs/
- run: mkdir -p dylibs/ && ls target/release/ && cp -v target/release/*.* dylibs/

- run: cr -1
43 changes: 33 additions & 10 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ 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.10"
cirru_edn = "0.6.12"
# cirru_edn = { path = "/Users/chenyong/repo/cirru/edn.rs" }
cirru_parser = "0.1.29"
regex = "1.10.4"
lazy_static = "1.4.0"
regex = "1.11.1"

# [profile.release]
# debug = true
Expand Down
4 changes: 4 additions & 0 deletions deps.cirru
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

{}
:calcit-version |0.9.6
:deps $ []

0 comments on commit 12fffe4

Please sign in to comment.