Skip to content

Commit 0a6141d

Browse files
author
Erik Micheel
committed
fix: increase MSRV to meta version 1.83
1 parent 0dd48d0 commit 0a6141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/flagd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "open-feature-flagd"
33
version = "0.0.4"
44
edition = "2021"
5-
rust-version = "1.80.1" # MSRV
5+
rust-version = "1.83" # MSRV
66
description = "The official flagd provider for OpenFeature."
77
documentation = "https://docs.rs/open-feature-flagd"
88
readme = "README.md"

0 commit comments

Comments
 (0)