Skip to content

Commit

Permalink
upgrade deps; tag 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 17, 2025
1 parent 84454e1 commit 4ea255b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 33 deletions.
46 changes: 17 additions & 29 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"
version = "0.9.7"
version = "0.9.8"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -21,8 +21,8 @@ cirru_parser = "0.1.31"
# cirru_parser = { path = "/Users/chenyong/repo/cirru/parser.rs" }
argh = "0.1.13"
dirs = "6.0.0"
notify = "7.0.0"
notify-debouncer-mini = "0.5.0"
notify = "8.0.0"
notify-debouncer-mini = "0.6.0"
walkdir = "2.5.0"
hex = "0.4.3"
rpds = "1.1.0"
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.9.7",
"version": "0.9.8",
"main": "./lib/calcit.procs.mjs",
"devDependencies": {
"@types/node": "^22.10.7",
Expand Down

0 comments on commit 4ea255b

Please sign in to comment.