Skip to content

Commit

Permalink
Merge pull request #25 from calcit-lang/update
Browse files Browse the repository at this point in the history
upgrade deps; ABI upgrade to 0.0.8
  • Loading branch information
NoEgAm committed May 20, 2024
2 parents d65e1e5 + 81edb56 commit 7828235
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 2,414 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,12 @@ jobs:

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

- uses: supplypike/setup-bin@v3
- uses: calcit-lang/setup-cr@0.0.3
with:
uri: "https://github.com/calcit-lang/calcit/releases/download/0.8.36/cr"
name: "cr"
version: "0.8.36"

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

- run: cargo build --release

Expand Down
127 changes: 61 additions & 66 deletions Cargo.lock

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

19 changes: 10 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calcit_std"
version = "0.2.2"
version = "0.2.5"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
edition = "2021"

Expand All @@ -14,17 +14,18 @@ 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.185", features = ["derive"] }
serde_json = "1.0.105"
chrono = "0.4.26"
cirru_edn = "0.6.2"
cirru_parser = "0.1.28"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
chrono = "0.4.38"
cirru_edn = "0.6.7"
# cirru_edn = { path = "/Users/chenyong/repo/cirru/edn.rs" }
cirru_parser = "0.1.29"
nanoid = "0.4.0"
rand = "0.8.5"
ctrlc = "3.4.0"
ctrlc = "3.4.4"
md5 = "0.7.0"
walkdir = "2.3.3"
glob = "0.3.0"
walkdir = "2.5.0"
glob = "0.3.1"

# [profile.release]
# lto = true
Expand Down
Loading

0 comments on commit 7828235

Please sign in to comment.