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

Commit 1ca8986

Browse files
authored
Merge pull request #112 from aeternity/release/0.8.2
release/0.8.2
2 parents cfc40f3 + 1e342dc commit 1ca8986

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aepp-middleware"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["John Newby <@johnsnewby>", "Shubhendu Shekhar <@shekhar-shubhendu>", "Andrea Giacobino <@noandrea>" ]
55

66
[features]

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN cargo build --release
1212
RUN rm src/*.rs && rm -rf target/release/deps/aepp_middleware*
1313
COPY ./src/ ./src/
1414
COPY ./migrations/ ./migrations/
15+
COPY ./swagger/ ./swagger/
1516
RUN cargo build --release
1617

1718
FROM debian:stretch-slim

0 commit comments

Comments
 (0)