Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rares45 committed Sep 22, 2024
1 parent e8af6b2 commit acfb625
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
33 changes: 17 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion polybius-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polybius-lib"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions polybius-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "polybius-web"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[dependencies]
yew = { version="0.21.0", features=["csr"] }
web-sys = "0.3.69"
web-sys = {version="0.3.70", features=["Clipboard", "Navigator"]}
polybius-lib = { path = "../polybius-lib" }
getrandom = { version = "0.2.15", features = ["js"] }
chrono = "0.4.38"

0 comments on commit acfb625

Please sign in to comment.