Skip to content

Commit 0e7b166

Browse files
authored
Merge pull request #9 from calcit-lang/snapshot
change snapshot format
2 parents df86051 + b03ad73 commit 0e7b166

File tree

6 files changed

+612
-322
lines changed

6 files changed

+612
-322
lines changed

.github/workflows/check.yaml

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

1717
- uses: supplypike/setup-bin@v3
1818
with:
19-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a3/cr'
19+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
2020
name: 'cr'
21-
version: '0.7.0-a3'
21+
version: '0.8.0-a2'
2222

2323
- uses: supplypike/setup-bin@v3
2424
with:
25-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a3/caps'
25+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
2626
name: 'caps'
27-
version: '0.7.0-a3'
27+
version: '0.8.0-a2'
2828

2929
- uses: actions-rs/toolchain@v1
3030
with:

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "calcit_wss"
3-
version = "0.1.0"
3+
version = "0.2.0-a2"
44
authors = ["jiyinyiyong <[email protected]>"]
55
edition = "2021"
66

@@ -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"
16+
cirru_edn = "0.4.2"
1717
lazy_static = "1.4.0"
18-
simple-websockets = "0.1.5"
18+
simple-websockets = "0.1.6"
1919

0 commit comments

Comments
 (0)