[F] Fix cargo warning

This commit is contained in:
Azalea Gui
2023-02-16 19:53:01 -05:00
parent 5c06c9b441
commit 0fe3e7c3c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
version = 3 version = 3
[[package]] [[package]]
name = "MeowIndex" name = "meow_index"
version = "0.1.0" version = "0.1.0"
+1 -1
View File
@@ -1,5 +1,5 @@
[package] [package]
name = "MeowIndex" name = "meow_index"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"