Skip to content

Commit 25a5576

Browse files
authored
Merge pull request #9 from calcit-lang/snapshot
change snapshot format
2 parents ad573ca + 46eee3a commit 25a5576

File tree

5 files changed

+557
-257
lines changed

5 files changed

+557
-257
lines changed

.github/workflows/check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
- uses: supplypike/setup-bin@v3
1717
with:
18-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a3/cr'
18+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
1919
name: 'cr'
20-
version: '0.7.0-a3'
20+
version: '0.8.0-a2'
2121

2222
- uses: supplypike/setup-bin@v3
2323
with:
24-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a3/caps'
24+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
2525
name: 'caps'
26-
version: '0.7.0-a3'
26+
version: '0.8.0-a2'
2727

2828
- uses: dtolnay/rust-toolchain@stable
2929
with:

Cargo.lock

Lines changed: 4 additions & 4 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.4.0"
17-
cirru_parser = "0.1.24"
16+
cirru_edn = "0.4.2"
17+
cirru_parser = "0.1.25"
1818
tiny_http = "0.12.0"
1919
querystring = "1.1.0"

0 commit comments

Comments
 (0)