Skip to content

Commit 3536b59

Browse files
committed
build: uptick version and MSRV
1 parent d841bf6 commit 3536b59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oidc-cli"
3-
version = "0.7.3"
3+
version = "0.8.0"
44
edition = "2024"
55
description = "A command line tool to work with OIDC tokens"
66

@@ -11,7 +11,7 @@ categories = ["command-line-utilities", "authentication"]
1111
keywords = ["oidc", "cli"]
1212
readme = "README.md"
1313
# based on comfy table, requiring more recent lang features
14-
rust-version = "1.88"
14+
rust-version = "1.95"
1515

1616
[[bin]]
1717
name = "oidc"

0 commit comments

Comments
 (0)