Skip to content

Commit

Permalink
chore: 🤖 update ribir to v0.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjian23 committed Jan 29, 2024
1 parent c4e6ec9 commit e53ec0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description.workspace = true

[dependencies]
polestar-core = { path = "../core", features = ["persistence"] }
ribir = { git = "https://github.com/RibirX/Ribir", features = ["png", "tokio-async"] }
ribir_algo = { git = "https://github.com/RibirX/Ribir" }
ribir = { version= "0.1.0-alpha.0", features = ["png", "tokio-async"] }
ribir_algo = "0.1.0-alpha.0"

serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit e53ec0c

Please sign in to comment.