Skip to content

Commit

Permalink
Bump MSVC to 1.81 required by parse-size crate
Browse files Browse the repository at this point in the history
  • Loading branch information
titaneric committed Jan 6, 2025
1 parent f67b03b commit 44b9d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/vectordotdev/vrl"
readme = "README.md"
keywords = ["vector", "datadog", "compiler"]
categories = ["compilers"]
rust-version = "1.80" # msrv
rust-version = "1.81" # msrv

[workspace]
members = [
Expand Down Expand Up @@ -161,7 +161,7 @@ once_cell = { version = "1", default-features = false, features = ["std"], optio
ordered-float = { version = "4", default-features = false, optional = true }
md-5 = { version = "0.10", optional = true }
paste = { version = "1", default-features = false, optional = true }
parse-size = { version = "1.0.0", optional = true }
parse-size = { version = "1.1.0", optional = true }
peeking_take_while = { version = "1", default-features = false, optional = true }
percent-encoding = { version = "2", optional = true }
pest = { version = "2", default-features = false, optional = true, features = ["std"] }
Expand Down

0 comments on commit 44b9d42

Please sign in to comment.