Skip to content

Commit

Permalink
Merge pull request #3 from calcit-lang/update
Browse files Browse the repository at this point in the history
upgrade calcit deps; upgrade ABI
  • Loading branch information
NoEgAm authored May 20, 2024
2 parents 6a52394 + a4a4b68 commit ac8a519
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 21 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: supplypike/setup-bin@v3
- uses: calcit-lang/setup-[email protected]
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.9/cr'
name: 'cr'
version: '0.8.9'

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

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
45 changes: 40 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clipboard"
version = "0.0.2"
version = "0.0.5"
authors = ["jiyinyiyong <[email protected]>"]
edition = "2021"

Expand All @@ -13,6 +13,6 @@ 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.5.0"
cirru_parser = "0.1.25"
cirru_edn = "0.6.8"
cirru_parser = "0.1.29"
cli-clipboard = "0.4.0"
2 changes: 1 addition & 1 deletion calcit.cirru

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

2 changes: 1 addition & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |clipboard)
:configs $ {} (:init-fn |clipboard.test/main!) (:reload-fn |clipboard.test/reload!) (:version |0.0.1)
:configs $ {} (:init-fn |clipboard.test/main!) (:reload-fn |clipboard.test/reload!) (:version |0.0.5)
:modules $ []
:entries $ {}
:files $ {}
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use cirru_edn::Edn;

#[no_mangle]
pub fn abi_version() -> String {
String::from("0.0.6")
String::from("0.0.9")
}

#[no_mangle]
Expand Down

0 comments on commit ac8a519

Please sign in to comment.