Skip to content

Commit

Permalink
upgrade to docify 0.2.6 (#2069)
Browse files Browse the repository at this point in the history
Updates `docify` to 0.2.6, which fixes a bug that was preventing nesting
`#[docify::export]` within sub-items of items that already have
`#[docify::export]` attached to them from working properly.

Release notes here:
https://github.com/sam0x17/docify/releases/tag/v0.2.6

cc @ggwpez @kianenigma
  • Loading branch information
sam0x17 authored and s0me0ne-unkn0wn committed Oct 29, 2023
1 parent fda3ee8 commit 1c06638
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.5"
docify = "0.2.6"
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.5"
docify = "0.2.6"

[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.5"
docify = "0.2.6"
scale-info = { version = "2.10.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.5"
docify = "0.2.6"

[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.5"
docify = "0.2.6"

[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.5"
docify = "0.2.6"
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.5"
docify = "0.2.6"

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

0 comments on commit 1c06638

Please sign in to comment.