Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECO-2045] Fix docker compose build by updating the time crate #793

Merged
merged 3 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/doc-site/docs/off-chain/dss/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Stable DSS builds are tracked on the [`dss-stable`] branch with tags like [`dss-
1. Merge `main` into `dss-stable`.
1. Push annotated tag to head of `dss-stable`.

## [v2.4.0] (in progress)

### Added

- Transaction version field inside levels MQTT events ([#792]).

### Fixed

- Updated the `time` crate to fix DSS docker compilation ([#793]).

## [v2.3.0] (hot upgradable)

### Fixed
Expand Down Expand Up @@ -278,6 +288,8 @@ Stable DSS builds are tracked on the [`dss-stable`] branch with tags like [`dss-
[#783]: https://github.com/econia-labs/econia/pull/783
[#786]: https://github.com/econia-labs/econia/pull/786
[#788]: https://github.com/econia-labs/econia/pull/788
[#792]: https://github.com/econia-labs/econia/pull/792
[#793]: https://github.com/econia-labs/econia/pull/793
[docs site readme]: https://github.com/econia-labs/econia/blob/main/doc/doc-site/README.md
[dss-v2.1.0-rc.1]: https://github.com/econia-labs/econia/releases/tag/dss-v2.1.0-rc.1
[dss-v2.2.1-rc.1]: https://github.com/econia-labs/econia/releases/tag/dss-v2.2.1-rc.1
Expand Down
28 changes: 22 additions & 6 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading