Skip to content

Commit

Permalink
upgrade parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 24, 2021
1 parent 7ccf787 commit 73d7fc5
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 8 deletions.
71 changes: 66 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 = "calcit_runner"
version = "0.4.35"
version = "0.4.36"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -21,8 +21,8 @@ exclude = [

[dependencies]
chrono = "0.4.19"
cirru_edn = "0.1.7"
cirru_parser = "0.1.3"
cirru_edn = "0.1.8"
cirru_parser = "0.1.5"
clap = "2.33.3"
dirs = "4.0.0"
im = "15.0.0"
Expand Down

0 comments on commit 73d7fc5

Please sign in to comment.