Fix repository

This commit is contained in:
SoniEx2 2018-10-24 12:39:59 -03:00
parent 505fd7fc89
commit bfb4b4b2d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "eventbus"
version = "0.3.0"
version = "0.3.1"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
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"