Skip to content

Commit

Permalink
change snapshot format; tag 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 26, 2023
1 parent 580bbdd commit 1635919
Show file tree
Hide file tree
Showing 5 changed files with 449 additions and 211 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a3/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr'
name: 'cr'
version: '0.7.0-a3'
version: '0.8.0-a2'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a3/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/caps'
name: 'caps'
version: '0.7.0-a3'
version: '0.8.0-a2'

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
8 changes: 4 additions & 4 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
Expand Up @@ -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.4.0"
cirru_parser = "0.1.24"
cirru_edn = "0.4.2"
cirru_parser = "0.1.25"
json = "0.12.4"
hex = "0.4.3"
Loading

0 comments on commit 1635919

Please sign in to comment.