Skip to content

Commit 0aa1ce2

Browse files
committed
CI: Fix docs build
There is a regexp that extract the version that can't cope with comments on the same line
1 parent 17216a7 commit 0aa1ce2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ num-traits = { version = "0.2", default-features = false }
5252
once_cell = { version = "1.5", default-features = false }
5353
pin-project = "1"
5454
pin-weak = { version = "1.1", default-features = false }
55-
rgb = "0.8.27" # Note: the rgb version is extracted in ci.yaml for rustdoc builds
55+
# Note: the rgb version is extracted in ci.yaml for rustdoc builds
56+
rgb = "0.8.27"
5657
scoped-tls-hkt = { version = "0.1", optional = true }
5758
scopeguard = { version = "1.1.0", default-features = false }
5859
slab = { version = "0.4.3", default-features = false }

0 commit comments

Comments
 (0)