Fix typemap dependency

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/35/head
trivernis 2 years ago
parent 6f19a63090
commit 5c77d3cd28
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

2
Cargo.lock generated

@ -93,7 +93,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bromine"
version = "0.18.1"
version = "0.18.2"
dependencies = [
"async-trait",
"bincode",

@ -1,6 +1,6 @@
[package]
name = "bromine"
version = "0.18.1"
version = "0.18.2"
authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018"
readme = "README.md"
@ -32,7 +32,6 @@ bincode = { version = "1.3.3", optional = true }
serde_json = { version = "1.0.79", optional = true }
[dependencies.typemap_rev]
version = "0.1.5"
git = "https://github.com/Trivernis/typemap_rev"
rev = "750c67bffe8024d2a47725daa473f068ad653fc4"

Loading…
Cancel
Save