Skip to content

Commit

Permalink
Merge pull request #18 from calcit-lang/calcit-0.7
Browse files Browse the repository at this point in the history
upgrade to calcit 0.7
  • Loading branch information
csvwolf committed May 30, 2023
2 parents 83992b7 + 5b0c988 commit 814807d
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 92 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
# toolchain: nightly
components: clippy

- 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 814807d

Please sign in to comment.