Skip to content

Commit

Permalink
upgrade to docify v0.2.4 (#1653)
Browse files Browse the repository at this point in the history
Upgrades to docify v0.2.4 which adds support for exporting trait and
impl items in addition to regular items. This fixes @liamaharon's
sam0x17/docify#9 issue.

See the release notes for more information:
https://github.com/sam0x17/docify/releases/tag/v0.2.4
  • Loading branch information
sam0x17 authored Sep 20, 2023
1 parent 41e38b2 commit d6b3fc0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion substrate/frame/bags-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ frame-election-provider-support = { path = "../election-provider-support", defau

# third party
log = { version = "0.4.17", default-features = false }
docify = "0.2.3"
docify = "0.2.4"
aquamarine = { version = "0.3.2" }

# Optional imports for benchmarking
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/fast-unstake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ frame-election-provider-support = { path = "../election-provider-support", defau

frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true}

docify = "0.2.3"
docify = "0.2.4"

[dev-dependencies]
pallet-staking-reward-curve = { path = "../staking/reward-curve" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/paged-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive"] }
docify = "0.2.3"
docify = "0.2.4"
scale-info = { version = "2.0.0", default-features = false, features = ["derive"] }

frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true}
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sp-io = { path = "../../primitives/io", default-features = false}
sp-runtime = { path = "../../primitives/runtime", default-features = false}
sp-std = { path = "../../primitives/std", default-features = false}
sp-weights = { path = "../../primitives/weights", default-features = false}
docify = "0.2.3"
docify = "0.2.4"

[dev-dependencies]
pallet-preimage = { path = "../preimage" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/sudo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sp-io = { path = "../../primitives/io", default-features = false}
sp-runtime = { path = "../../primitives/runtime", default-features = false}
sp-std = { path = "../../primitives/std", default-features = false}

docify = "0.2.3"
docify = "0.2.4"

[dev-dependencies]
sp-core = { path = "../../primitives/core" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ k256 = { version = "0.13.1", default-features = false, features = ["ecdsa"] }
environmental = { version = "1.1.4", default-features = false }
sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features=false}
serde_json = { version = "1.0.107", default-features = false, features = ["alloc"] }
docify = "0.2.3"
docify = "0.2.4"
static_assertions = "1.1.0"

aquamarine = { version = "0.3.2" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/timestamp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sp-std = { path = "../../primitives/std", default-features = false}
sp-storage = { path = "../../primitives/storage", default-features = false}
sp-timestamp = { path = "../../primitives/timestamp", default-features = false}

docify = "0.2.1"
docify = "0.2.4"

[dev-dependencies]
sp-core = { path = "../../primitives/core" }
Expand Down

0 comments on commit d6b3fc0

Please sign in to comment.