Skip to content

Commit

Permalink
Use latest rustywind_core in vite
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 21, 2024
1 parent 89a37ef commit 5603110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustywind-vite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustywind_vite"
version = "0.1.4"
version = "0.2.0"
description = "Additional functionality for rustywind_core specific to Vite"
documentation = "https://docs.rs/rustywind_vite"
authors.workspace = true
Expand All @@ -10,7 +10,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
rustywind_core = { version = "0.1.3" }
rustywind_core = { version = "0.2.0" }

# tls
rustls = { version = "0.23", features = ["ring"], default-features = false }
Expand Down

0 comments on commit 5603110

Please sign in to comment.