Skip to content

Commit b26b7f8

Browse files
authored
Decrease the MSRV for the tree-sitter-language crate (tree-sitter#4221)
1 parent 2bd400d commit b26b7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/language/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "The tree-sitter Language type, used by the library and by languag
44
version = "0.1.4"
55
authors.workspace = true
66
edition.workspace = true
7-
rust-version.workspace = true
7+
rust-version = "1.76"
88
readme = "README.md"
99
homepage.workspace = true
1010
repository.workspace = true

0 commit comments

Comments
 (0)