Skip to content

Commit 823a498

Browse files
committed
bump: msrv 1.87
1 parent 8b861cc commit 823a498

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

fyi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fyi"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
license = "WTFPL"
55
authors = ["Josh Stoik <josh@blobfolio.com>"]
66
edition = "2024"

fyi_ansi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "fyi_ansi"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
authors = ["Josh Stoik <josh@blobfolio.com>"]
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.87"
77
description = "Compile-time ANSI formatting macros for FYI."
88
license = "WTFPL"
99
repository = "https://github.com/Blobfolio/fyi"

fyi_msg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "fyi_msg"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
authors = ["Josh Stoik <josh@blobfolio.com>"]
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.87"
77
description = "Simple ANSI-formatted, prefixed messages for console printing."
88
license = "WTFPL"
99
repository = "https://github.com/Blobfolio/fyi"

0 commit comments

Comments
 (0)