Skip to content

Commit

Permalink
feat: new version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxiaozhuox committed Jun 4, 2024
1 parent a9e62c6 commit 4f81cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docsite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license = "MIT OR Apache-2.0"
[dependencies]
dioxus = "0.4.3"
dioxus-retrouter = { version = "0.4.0", features = ["web"] }
# karaty-blueprint = "0.2.0"
karaty-blueprint = { path = "../blueprint/" }
karaty-blueprint = "0.2.1"
# karaty-blueprint = { path = "../blueprint/" }
serde = { version = "1", features = ["derive"] }
toml = "0.8"
markdown = "1.0.0-alpha.16"
Expand Down
4 changes: 2 additions & 2 deletions karaty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ karaty-blueprint = "0.2.1"
# you need add a template=true field for dependencies, that can help builder find this part.
# karaty-template = { path = "../template/", template = true }

karaty-template = { version = "0.2.0", template = true }
karaty-docsite = { path = "../docsite/", template = true }
karaty-template = { version = "0.2.1", template = true }
karaty-docsite = { version = "0.2.1", template = true }

[build-dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 4f81cb1

Please sign in to comment.