Skip to content

Commit 2773637

Browse files
committed
build(mise): add more cargo tools and nightly micro editor
- Added ast-grep, fastmod cargo tools to mise config. - Updated micro editor to nightly build for better freshness. - Set several tools to "latest" version in .tool-versions for easier upgrades. Generated-by: aiautocommit
1 parent 68d6c79 commit 2773637

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.config/mise/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
"go:github.com/karol-broda/snitch" = "latest"
44
cargo-binstall = "latest"
55
"cargo:usage-cli" = "2.12.0"
6+
"cargo:ast-grep" = "latest"
7+
"cargo:fastmod" = "latest"
68
"cargo:markdown-extract-cli" = "latest"
79
"github:railwayapp/railpack" = "latest"
810
"github:railwayapp/cli" = "latest"
911
"dive" = "latest"
12+
# micro is rarely updated on github, so we use the nightly build
13+
"github:zyedidia/micro" = "nightly"
1014

1115
[settings]
1216
experimental = true

.tool-versions

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
nodejs 22.17.0
2-
bun 1.3.0
2+
bun latest
33
erlang 28.1.1
44
elixir 1.19.1
55
python 3.13.7
66
poetry 1.8.5
77
ruby 3.4.5
8-
direnv 2.37.1
8+
direnv latest
99
rust 1.89.0
1010
pnpm 10.15.1
1111
golang 1.25.1
12-
just 1.42.4
13-
uv 0.9.5
12+
just latest
13+
uv latest

0 commit comments

Comments
 (0)