Skip to content

Commit

Permalink
Prepare tpnote version v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
getreu committed Feb 11, 2024
1 parent 3ca6c30 commit e2601c1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
36 changes: 34 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/getreu/tp-note"
rust-version = "1.70.0"
version = "1.23.4"
version = "1.23.5"

[profile.release]
strip = "symbols"
Expand Down
4 changes: 2 additions & 2 deletions tpnote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ thiserror.workspace = true
time = "0.3.34"
tera.workspace = true
toml.workspace = true
tpnote-lib = { path = "../tpnote-lib", default-features = false }
# tpnote-lib = { version = "0.30.7", default-features = false}
#tpnote-lib = { path = "../tpnote-lib", default-features = false }
tpnote-lib = { version = "0.30.8", default-features = false}
webbrowser = { version = "0.8.12", optional = true }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit e2601c1

Please sign in to comment.