From bfb4b4b2d7a76d4a3fd525457653c6f44486aad9 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 24 Oct 2018 12:39:59 -0300 Subject: [PATCH] Fix repository --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a5ea37..1c79418 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "eventbus" -version = "0.3.0" +version = "0.3.1" authors = ["SoniEx2 "] description = "Safe, fast and concurrent event system, inspired by the MinecraftForge event bus." keywords = ["event", "safe", "fast", "concurrent", "bus"] license = "AGPL-3.0+" -repository = "https://bitbucket.org/TeamSoni/eventbus.rs" +repository = "https://cybre.tech/SoniEx2/rust.eventbus" [dependencies] lazy_static = "1.1.0"