Skip to content

Commit 711a3ae

Browse files
authored
Update writeable (#7854)
Somehow missed during the release. I _think_ the dep spec is fine, and I'd like the dep spec in the release branch (whcih has not yet been made) to reflect published reality. If it turns out it's broken we can patch release. ## Changelog: N/A
1 parent 6f32890 commit 711a3ae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Several crates have had patch releases in the 2.2 stream:
288288
- Fix UB in `TinyAsciiStr::from_utf8_lossy` and `from_utf16_lossy`: validate that the replacement byte is ASCII (unicode-org#7783)
289289
- `tzif`: No change `0.4.1 -> 0.5.0`
290290
- Mark `Error` as `#[non_exhaustive]`
291-
- `writeable`: `0.6.2 -> 0.6.7`
291+
- `writeable`: `0.6.2 -> 0.6.3`
292292
- Add `writeable::adapters::Concat` and `writeable::concat_writeable!` (unicode-org#6929)
293293
- `yoke`, `yoke_derive`: `0.8.1 -> 0.8.2`
294294
- Impl common traits (`Display`, `PartialEq`/`Eq`, `PartialOrd`/`Ord`) (#7400)

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
@@ -201,7 +201,7 @@ potential_utf = { version = "0.1.3", path = "utils/potential_utf", default-featu
201201
resb = { version = "0.1.2", path = "utils/resb", default-features = false }
202202
tzif = { version = "0.5.0", path = "utils/tzif", default-features = false }
203203
tinystr = { version = "0.8.3", path = "utils/tinystr", default-features = false }
204-
writeable = { version = "0.6.1", path = "utils/writeable", default-features = false } # Current version: 0.6.2
204+
writeable = { version = "0.6.3", path = "utils/writeable", default-features = false } # Current version: 0.6.3
205205
yoke = { version = "0.8.2", path = "utils/yoke", default-features = false }
206206
yoke-derive = { version = "0.8.2", path = "utils/yoke/derive", default-features = false }
207207
zerofrom = { version = "0.1.6", path = "utils/zerofrom", default-features = false } # Current version: 0.1.7

utils/writeable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "writeable"
77
description = "A more efficient alternative to fmt::Display"
8-
version = "0.6.2"
8+
version = "0.6.3"
99
keywords = ["formatting", "write", "string", "no-std"]
1010

1111
authors.workspace = true

0 commit comments

Comments
 (0)