fix version

This commit is contained in:
Milim 2024-08-15 11:16:37 +02:00
parent e66cbea059
commit 2ca9990e54
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -603,7 +603,7 @@ dependencies = [
[[package]]
name = "crabbysearch"
version = "1.12.1"
version = "0.1.0"
dependencies = [
"actix-cors",
"actix-files",

View file

@ -1,6 +1,6 @@
[package]
name = "crabbysearch"
version = "1.12.1"
version = "0.1.0"
edition = "2021"
description = "crabbysearch: a simple meta search engine written in rust."
repository = "https://github.com/MilimTheTrueOne/crabbysearch"