Skip to content

Commit 5e5b625

Browse files
Bump rnix from 0.11.0 to 0.12.0
Bumps [rnix](https://github.com/nix-community/rnix-parser) from 0.11.0 to 0.12.0. - [Changelog](https://github.com/nix-community/rnix-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-community/rnix-parser/commits) --- updated-dependencies: - dependency-name: rnix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80c16cb commit 5e5b625

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix-script-directives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
anyhow = "1.0.95"
88
log = "0.4.22"
9-
rnix = "0.11.0"
9+
rnix = "0.12.0"
1010
rowan = "0.15.16"
1111
serde = { version = "1.0.217", features = [ "derive" ] }

nix-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ walkdir = "2.5.0"
2020

2121
[dev-dependencies]
2222
assert_cmd = "2.0.16"
23-
rnix = "0.11.0"
23+
rnix = "0.12.0"
2424
tempfile = "3.15.0"

0 commit comments

Comments
 (0)