Skip to content

Commit 942f470

Browse files
author
Max Dymond
committed
Limit MSRV to 1.57 while using ekidd/rust-musl-builder - needs updating.
Signed-off-by: Max Dymond <max.dymond@microsoft.com>
1 parent 9b20a15 commit 942f470

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Status: Available for use
1515

1616
### Added
1717
- Floki templates are parsed with `tera` before being deserialized.
18+
- Limit MSRV to 1.57 while using `ekidd/rust-musl-builder` - needs updating.
1819

1920
### Fixed
2021

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ version = "1.0.1"
1212
authors = ["Richard Lupton <richard.lupton@gmail.com>",
1313
"Max Dymond <max.dymond@metaswitch.com>"]
1414
edition = '2018'
15+
rust-version = '1.57'
1516

1617
[dependencies]
1718
atty = "0.2"
18-
log = "0.4"
19+
log = "0.4,<0.4.19"
1920
serde = { version = "1", features = ["derive"] }
2021
serde_yaml = "0.9"
2122
structopt = "0.3"

0 commit comments

Comments
 (0)