Skip to content

Commit cae609b

Browse files
committed
Patch-in unreleased libc for musl targets
Pulling in rust-lang/libc#2119
1 parent 2d607df commit cae609b

File tree

3 files changed

+142
-28
lines changed

3 files changed

+142
-28
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
- Handle runtime (as opposed to startup time) errors with logging rather than eyre.
66
- Remove readme mention of error code 17 (was never true).
77
- Actually exit with code 1 after a runtime error (was 0).
8-
- Retire debug mode pretty logger
9-
- Omit other modules from logs except at trace level
10-
- Add module path to logs at trace level
11-
- Use string level instead of bunyan integer level
12-
- Add timestamps to logs
8+
- Retire debug mode pretty logger.
9+
- Omit other modules from logs except at trace level.
10+
- Add module path to logs at trace level.
11+
- Use string level instead of bunyan integer level.
12+
- Add timestamps to logs.
1313

1414
## v1.0.0 (2021-03-20)
1515

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ targe
5252
bin-dir = "{ name }-v{ version }-{ target }/{ bin }{ format }"
5353
pkg-fmt = "txz"
5454

55+
# waits on next libc after 0.2.90, for https://github.com/rust-lang/libc/pull/2119
56+
[patch.crates-io.libc]
57+
git = "https://github.com/rust-lang/libc"
58+

0 commit comments

Comments
 (0)