From b1fdbeb3dea6ebb64907774b6f8ba7ddc52c52b6 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Wed, 30 Jul 2025 00:20:02 -0400 Subject: [PATCH] Now compiling for 2024. --- Cargo.toml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91c63f6..4615339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,19 +1,14 @@ [package] name = "sigils" version = "0.1.0" -edition = "2021" +edition = "2024" description = "A mathematics library." keywords = ["sigils", "math"] -repository = "https://workshop.cybermages.tech/CyberMages/sigils.git" +repository = "https://workshop.cybermages.tech/CyberMages/sigils" authors = ["Jason Travis Smith "] -documentation = "" readme = "README.md" license = "Apache-2.0" - - -[dependencies.binding] -git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git" - -[dependencies.pact] -git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/pact.git" +[dependencies] +binding = { version = "0.1.0", registry = "cybermages" } +pact = { version = "0.1.0", registry = "cybermages" }