Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 39b22d0

Browse files
authored
Merge pull request #2413 from Cargill/1-3-fix-mistune-docs-error
BACKPORT 1-3: Fix builds
2 parents 79596c4 + 56f7c0f commit 39b22d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

adm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name = "sawadm"
2424
path = "src/main.rs"
2525

2626
[dependencies]
27-
clap = ">=2.29.0"
27+
clap = "2.34.0"
2828
libc = ">=0.2.35"
2929
lmdb-zero = ">=0.4.1"
3030
protobuf = "2.0"

ci/sawtooth-build-docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ RUN apt-get update && apt-get install -y -q \
102102
&& rm -rf /var/lib/apt/lists/* \
103103
&& pip3 install \
104104
docutils==0.16 \
105+
mistune==0.8.4 \
105106
sphinx==4.0 \
106107
sphinxcontrib-httpdomain \
107108
sphinxcontrib-openapi \

0 commit comments

Comments
 (0)