Skip to content

Commit

Permalink
upgrade edn; tag 0.5.0-a6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 11, 2021
1 parent 91519d9 commit 337f610
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.5.0-a5"
version = "0.5.0-a6"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -20,7 +20,7 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cirru_edn = "0.2.0-a1"
cirru_edn = "0.2.0"
cirru_parser = "0.1.8"
clap = "2.33.3"
dirs = "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions calcit/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 calcit/compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
defn demos () (echo "\"demo")
echo $ &+ 2 2
echo "\"f1" $ f1
echo-values 1 "\"1" :a $ [] 1 2
print-values 1 "\"1" :a $ [] 1 2
echo $ &{} :a 1 :b 2
echo $ #{} 1 2 3 |four
lib/f2
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.5.0-a5",
"version": "0.5.0-a6",
"main": "./lib/calcit.procs.js",
"devDependencies": {
"@types/node": "^16.9.6",
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.5.0-a5";
export const calcit_version = "0.5.0-a6";

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

0 comments on commit 337f610

Please sign in to comment.