Skip to content

Commit 12fffe4

Browse files
committed
upgrade deps
1 parent 9fa47ad commit 12fffe4

File tree

4 files changed

+41
-17
lines changed

4 files changed

+41
-17
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- uses: calcit-lang/[email protected]
18-
with:
19-
version: "0.8.56"
17+
- uses: calcit-lang/[email protected]
2018

2119
- uses: dtolnay/rust-toolchain@stable
2220
with:
@@ -26,6 +24,6 @@ jobs:
2624

2725
- run: cargo build --release
2826

29-
- run: mkdir dylibs/ && ls target/release/ && cp -v target/release/*.* dylibs/
27+
- run: mkdir -p dylibs/ && ls target/release/ && cp -v target/release/*.* dylibs/
3028

3129
- run: cr -1

Cargo.lock

Lines changed: 33 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ crate-type = ["dylib"] # Creates dynamic lib
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
cirru_edn = "0.6.10"
16+
cirru_edn = "0.6.12"
1717
# cirru_edn = { path = "/Users/chenyong/repo/cirru/edn.rs" }
1818
cirru_parser = "0.1.29"
19-
regex = "1.10.4"
20-
lazy_static = "1.4.0"
19+
regex = "1.11.1"
2120

2221
# [profile.release]
2322
# debug = true

deps.cirru

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
{}
3+
:calcit-version |0.9.6
4+
:deps $ []

0 commit comments

Comments
 (0)