Upgrade js_int to 0.2.0
This commit is contained in:
parent
5cde37aa9d
commit
3989e52844
@ -19,7 +19,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
assign = "1.1.0"
|
||||
http = "0.2.1"
|
||||
js_int = { version = "0.1.9", features = ["serde"] }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
maplit = "1.0.2"
|
||||
percent-encoding = "2.1.0"
|
||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||
|
@ -11,7 +11,7 @@ repository = "https://github.com/ruma/ruma"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
js_int = { version = "0.1.9", features = ["serde"] }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
maplit = "1.0.2"
|
||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
|
||||
|
@ -28,5 +28,5 @@ proc-macro = true
|
||||
[dev-dependencies]
|
||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
||||
serde_json = "1.0.57"
|
||||
js_int = { version = "0.1.9", features = ["serde"] }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
|
@ -14,7 +14,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
criterion = { version = "0.3.3", optional = true }
|
||||
js_int = { version = "0.1.9", features = ["serde"] }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||
ruma-events-macros = { version = "=0.22.0-alpha.1", path = "../ruma-events-macros" }
|
||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
|
||||
|
@ -16,7 +16,7 @@ repository = "https://github.com/ruma/ruma"
|
||||
version = "0.0.3"
|
||||
|
||||
[dependencies]
|
||||
js_int = "0.1.9"
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
|
||||
|
@ -11,7 +11,7 @@ repository = "https://github.com/ruma/ruma"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
js_int = { version = "0.1.9", features = ["serde"] }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||
ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
|
||||
|
@ -15,7 +15,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
form_urlencoded = "1.0.0"
|
||||
js_int = { version = "0.1.9", features = ["serde"] }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
itoa = "0.4.6"
|
||||
ruma-serde-macros = { version = "=0.2.0", path = "../ruma-serde-macros" }
|
||||
serde = { version = "1.0.114", features = ["derive"] }
|
||||
|
@ -14,7 +14,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
assign = "1.1.0"
|
||||
js_int = "0.1.9"
|
||||
js_int = "0.2.0"
|
||||
|
||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers", features = ["serde"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user