From 62deed2706f32b3cec69fba12ea1dd1e1453c46a Mon Sep 17 00:00:00 2001 From: Janek <development@superyu.xyz> Date: Tue, 28 Nov 2023 01:18:38 +0100 Subject: [PATCH] Changed package name Changed the package name to "radarflow2", for parity with the repository name. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24c908a..0ff3d3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1587,7 +1587,7 @@ dependencies = [ ] [[package]] -name = "radarflow-cs2" +name = "radarflow2" version = "0.1.1" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fe63e93..bbcb72b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "radarflow-cs2" +name = "radarflow2" version = "0.1.1" edition = "2021"