Merge pull request 'fix(deps): update rust crate letterbox-shared to 0.3.0' (#35) from renovate/letterbox-shared-0.x into master
Some checks failed
Continuous integration / Test Suite (push) Successful in 41s
Continuous integration / Trunk (push) Failing after 32s
Continuous integration / Check (push) Successful in 1m23s
Continuous integration / Rustfmt (push) Successful in 31s
Continuous integration / build (push) Successful in 1m49s
Some checks failed
Continuous integration / Test Suite (push) Successful in 41s
Continuous integration / Trunk (push) Failing after 32s
Continuous integration / Check (push) Successful in 1m23s
Continuous integration / Rustfmt (push) Successful in 31s
Continuous integration / build (push) Successful in 1m49s
Reviewed-on: #35
This commit is contained in:
commit
e3c6edb894
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2630,7 +2630,7 @@ dependencies = [
|
|||||||
"futures 0.3.31",
|
"futures 0.3.31",
|
||||||
"html-escape",
|
"html-escape",
|
||||||
"letterbox-notmuch 0.1.0",
|
"letterbox-notmuch 0.1.0",
|
||||||
"letterbox-shared 0.1.0",
|
"letterbox-shared 0.3.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||||
"linkify",
|
"linkify",
|
||||||
"log",
|
"log",
|
||||||
"lol_html",
|
"lol_html",
|
||||||
@ -2657,9 +2657,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "letterbox-shared"
|
name = "letterbox-shared"
|
||||||
version = "0.1.0"
|
version = "0.3.0"
|
||||||
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
|
||||||
checksum = "8a323c2c1540f88c5ad222bb6d51b01bb7bcf33e3197b04c260095cbf075f649"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"build-info",
|
"build-info",
|
||||||
"letterbox-notmuch 0.1.0",
|
"letterbox-notmuch 0.1.0",
|
||||||
@ -2669,6 +2667,8 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "letterbox-shared"
|
name = "letterbox-shared"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
|
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
||||||
|
checksum = "32d64fbee660ae3240084457ab5745f32ec4063bc8264ffff88760daafcde28b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"build-info",
|
"build-info",
|
||||||
"letterbox-notmuch 0.1.0",
|
"letterbox-notmuch 0.1.0",
|
||||||
|
|||||||
@ -48,7 +48,7 @@ urlencoding = "2.1.3"
|
|||||||
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
|
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
|
||||||
xtracing = { version = "0.2.0", registry = "xinu" }
|
xtracing = { version = "0.2.0", registry = "xinu" }
|
||||||
letterbox-notmuch = { version = "0.1.0", registry = "xinu" }
|
letterbox-notmuch = { version = "0.1.0", registry = "xinu" }
|
||||||
letterbox-shared = { version = "0.1.0", registry = "xinu" }
|
letterbox-shared = { version = "0.3.0", registry = "xinu" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
build-info-build = "0.0.39"
|
build-info-build = "0.0.39"
|
||||||
|
|||||||
@ -34,7 +34,7 @@ wasm-bindgen = "=0.2.100"
|
|||||||
uuid = { version = "1.13.1", features = [
|
uuid = { version = "1.13.1", features = [
|
||||||
"js",
|
"js",
|
||||||
] } # direct dep to set js feature, prevents Rng issues
|
] } # direct dep to set js feature, prevents Rng issues
|
||||||
letterbox-shared = { version = "0.1.0", registry = "xinu" }
|
letterbox-shared = { version = "0.3.0", registry = "xinu" }
|
||||||
letterbox-notmuch = { version = "0.1.0", path = "../notmuch", registry = "xinu" }
|
letterbox-notmuch = { version = "0.1.0", path = "../notmuch", registry = "xinu" }
|
||||||
|
|
||||||
[package.metadata.wasm-pack.profile.release]
|
[package.metadata.wasm-pack.profile.release]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user