Skip to content

Commit

Permalink
upgrade to calcit 0.7 ; tag 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 28, 2023
1 parent 83992b7 commit 7b01510
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 91 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.6.26/cr"
uri: "https://github.com/calcit-lang/calcit/releases/download/0.7.0-a3/cr"
name: "cr"
version: "0.6.26"
version: "0.7.0-a3"

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

- run: cargo build --release

Expand Down
99 changes: 59 additions & 40 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ 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.152", features = ["derive"] }
serde_json = "1.0.91"
chrono = "0.4.23"
cirru_edn = "0.2.21"
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"
nanoid = "0.4.0"
rand = "0.8.5"
ctrlc = "3.2.4"
ctrlc = "3.3.1"
md5 = "0.7.0"
walkdir = "2"
walkdir = "2.3.3"
glob = "0.3.0"

# [profile.release]
Expand Down
24 changes: 15 additions & 9 deletions calcit.cirru

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

Loading

0 comments on commit 7b01510

Please sign in to comment.