Skip to content

Commit cae6d9b

Browse files
authored
fix: make function name lookup case-insensitive (#15)
1 parent d2e4b7e commit cae6d9b

5 files changed

Lines changed: 167 additions & 53 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ thiserror = "2"
1616
nom = "8"
1717
nom_locate = "5"
1818
unicase = "2"
19+
case_insensitive_hashmap = "1"
1920

2021
[dependencies.serde]
2122
version = "1"

0 commit comments

Comments
 (0)