aboutsummaryrefslogtreecommitdiff
path: root/src/lix-doc/Cargo.toml
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2024-08-26 11:34:43 -0700
committerRebecca Turner <rbt@sent.as>2024-08-26 11:34:43 -0700
commitca08f1217d8779971d4f2b306a19ad5622360372 (patch)
tree7b40baf0f5f52c9f412465e809cd2434e41edc3a /src/lix-doc/Cargo.toml
parentb6884388a1281d70bb4e5bb12e1cadd34bb832f0 (diff)
rowan: 0.15.15 -> 0.15.16
This fixes an ambiguous pointer comparison warning. See: https://github.com/rust-analyzer/rowan/pull/162 Change-Id: Iaac2c8cab0051eb97211893ad547d8dfa8fda560
Diffstat (limited to 'src/lix-doc/Cargo.toml')
-rw-r--r--src/lix-doc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lix-doc/Cargo.toml b/src/lix-doc/Cargo.toml
index 02494862f..b52e6bb3b 100644
--- a/src/lix-doc/Cargo.toml
+++ b/src/lix-doc/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/lf-/nix-doc"
[dependencies]
rnix = "0.11.0"
# Necessary because rnix fails to export a critical trait (Rowan's AstNode).
-rowan = "0.15.0"
+rowan = "0.15.16"
[dev-dependencies]
expect-test = "1.1.0"