Skip to content

Commit

Permalink
chore: update gcsst-ui with new grimoire_css and gcsst
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrshat committed Nov 23, 2024
1 parent a9cb57c commit fa39f52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gcsst-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcsst-ui"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[profile.release]
Expand All @@ -11,10 +11,10 @@ codegen-units = 1
actix-web = "4.3.1"
shuttle-actix-web = "0.48.0"
shuttle-runtime = "0.48.0"
grimoire_css = "1"
grimoire_css = "1.1.0"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
actix-files = "0.6.6"
dotenv = "0.15.0"
gcsst = "0.5.0"
gcsst = "0.6.0"

0 comments on commit fa39f52

Please sign in to comment.