Skip to content

Commit 2b04ce7

Browse files
committed
fixup! ci: _
1 parent 3b6cdb4 commit 2b04ce7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let
55
tokei = import workflow-parts.shared.tokei { inherit pkgs; };
66
};
77
rust-base = import workflow-parts.rust.base { inherit pkgs; };
8-
rustc-versions = [ "nightly" "nightly-2024-10-10" ];
8+
rustc-versions = [ "nightly" "nightly-2025-01-01" ];
99
rust-jobs-errors = {
1010
tests = import workflow-parts.rust.tests { inherit rustc-versions; };
1111
doc = import workflow-parts.rust.doc { inherit pkgs; };

.github/workflows/errors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
rust:
5353
- nightly
54-
- nightly-2024-10-10
54+
- nightly-2025-01-01
5555
timeout-minutes: 45
5656
name: Errors
5757
'on':

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# v_exchanges
2-
![Minimum Supported Rust Version](https://img.shields.io/badge/nightly-1.83+-ab6000.svg)
2+
![Minimum Supported Rust Version](https://img.shields.io/badge/nightly-1.85+-ab6000.svg)
33
[<img alt="crates.io" src="https://img.shields.io/crates/v/v_exchanges.svg?color=fc8d62&logo=rust" height="20" style=flat-square>](https://crates.io/crates/v_exchanges)
44
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs&style=flat-square" height="20">](https://docs.rs/v_exchanges)
55
![Lines Of Code](https://img.shields.io/badge/LoC-3736-lightblue)

v_exchanges/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ ignored = ["derive-new", "color-eyre", "serde", "tokio", "v_utils"]
2727
chrono = { version = "0.4.39", features = ["serde"] }
2828
derive-new.workspace = true
2929
derive_more.workspace = true
30+
enum_dispatch = "0.3.13"
3031
env_logger = "0.11.5"
32+
eyre = "0.6.12"
3133
serde.workspace = true
3234
serde_json.workspace = true
3335
serde_plain.workspace = true
@@ -36,8 +38,6 @@ thiserror.workspace = true
3638
tokio.workspace = true
3739
tracing.workspace = true
3840
v_utils = { workspace = true }
39-
enum_dispatch = "0.3.13"
40-
eyre = "0.6.12"
4141

4242
v_exchanges_adapters = { version = "^0.2.1", path = "../v_exchanges_adapters/", features = ["full"] }
4343

0 commit comments

Comments
 (0)