Skip to content

Commit 980c8ca

Browse files
committed
publish ckb fix
1 parent 14f903b commit 980c8ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

schemars/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "schemars"
2+
name = "ckb_schemars"
33
description = "Generate JSON Schemas from Rust code"
44
homepage = "https://graham.cool/schemars/"
55
repository = "https://github.com/GREsau/schemars"
@@ -14,7 +14,7 @@ build = "build.rs"
1414
rust-version = "1.60"
1515

1616
[dependencies]
17-
schemars_derive = { version = "=0.8.15", optional = true, path = "../schemars_derive" }
17+
schemars_derive = { version = "=0.8.15", optional = true, path = "../schemars_derive", package = "ckb_schemars_derive"}
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0.25"
2020
dyn-clone = "1.0"

schemars_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "schemars_derive"
2+
name = "ckb_schemars_derive"
33
description = "Macros for #[derive(JsonSchema)], for use with schemars"
44
homepage = "https://graham.cool/schemars/"
55
repository = "https://github.com/GREsau/schemars"

0 commit comments

Comments
 (0)