From dfc98215acd47096e1dbcb19382cfa27172de526 Mon Sep 17 00:00:00 2001 From: ctrlaltf2 <23644849+ctrlaltf2@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:05:43 -0400 Subject: [PATCH] Bump cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b05b45..cc78787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solaris-rs" # solaris is taken thanks to a namesquatting cryptobro with a valueless coin. description = "A library to predict the position of the Sun" -version = "0.0.1" +version = "0.1" edition = "2021" repository = "https://github.com/ctrlaltf2/solaris" license = "MIT"