Skip to content

Commit

Permalink
upgrade cirru-edn; bump 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jul 24, 2021
1 parent a1772bd commit 60af8d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calcit_runner"
version = "0.4.10"
version = "0.4.11"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -21,7 +21,7 @@ exclude = [

[dependencies]
chrono = "0.4.19"
cirru_edn = "0.1.4"
cirru_edn = "0.1.5"
cirru_parser = "0.1.1"
clap = "2.33.3"
dirs = "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcit/procs",
"version": "0.4.10",
"version": "0.4.11",
"main": "./lib/calcit.procs.js",
"devDependencies": {
"@types/node": "^15.12.2",
Expand Down
2 changes: 1 addition & 1 deletion ts-src/calcit.procs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// CALCIT VERSION
export const calcit_version = "0.4.10";
export const calcit_version = "0.4.11";

import { overwriteComparator, initTernaryTreeMap } from "@calcit/ternary-tree";
import { parse } from "@cirru/parser.ts";
Expand Down

0 comments on commit 60af8d5

Please sign in to comment.