Skip to content

Commit

Permalink
Merge pull request #20 from calcit-lang/snapshot
Browse files Browse the repository at this point in the history
update calcit; change snapshot format
  • Loading branch information
NoEgAm committed Aug 23, 2023
2 parents d9f06ed + d4dab06 commit 9c9628d
Show file tree
Hide file tree
Showing 7 changed files with 4,638 additions and 2,277 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,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"

- run: cargo build --release

Expand Down
58 changes: 27 additions & 31 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calcit_std"
version = "0.1.1"
version = "0.2.0-a1"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
edition = "2021"

Expand All @@ -14,14 +14,14 @@ crate-type = ["dylib"] # Creates dynamic lib
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
chrono = "0.4.24"
cirru_edn = "0.4.0"
cirru_parser = "0.1.24"
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
chrono = "0.4.26"
cirru_edn = "0.4.2"
cirru_parser = "0.1.25"
nanoid = "0.4.0"
rand = "0.8.5"
ctrlc = "3.3.1"
ctrlc = "3.4.0"
md5 = "0.7.0"
walkdir = "2.3.3"
glob = "0.3.0"
Expand Down
Loading

0 comments on commit 9c9628d

Please sign in to comment.