Skip to content

Commit

Permalink
chore: bump crates versions
Browse files Browse the repository at this point in the history
- 'mithril-signer' from '0.2.195' to '0.2.196'.
  • Loading branch information
jpraynaud committed Oct 9, 2024
1 parent 26761f4 commit d9e93d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 mithril-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-signer"
version = "0.2.185"
version = "0.2.196"
description = "A Mithril Signer"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion mithril-signer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN cargo build --release -p mithril-signer --manifest-path /app/mithril-signer/
RUN rm -rf /app/mithril-signer && mv /app/mithril-signer.1 /app/mithril-signer
COPY ./mithril-signer/src/main.rs /app/mithril-signer/src/


# Build the binary
RUN cargo build --release -p mithril-signer
RUN /app/target/release/mithril-signer --version
Expand Down

0 comments on commit d9e93d4

Please sign in to comment.