Skip to content

Commit

Permalink
chore: update lib and pretty-der6y versions across project
Browse files Browse the repository at this point in the history
- Bumped `lib` version from `0.1.0` to `0.2.0` in `Cargo.lock`, `server/Cargo.toml`, and `tauri-app/src-tauri/Cargo.toml`.
- Updated `pretty-der6y` version from `1.1.4` to `1.2.0` in `Cargo.lock`.
- Removed explicit version specification for `lib` dependency in `server` and `tauri-app` to ensure consistency with local development paths.
- Updated `security-framework-sys` from `2.11.1` to `2.12.0` in `Cargo.lock`.
  • Loading branch information
yaoshiu committed Sep 20, 2024
1 parent 38add74 commit bdb3b3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ license = "AGPL-3.0"

[dependencies]
chrono = "0.4.38"
lib = { version = "0.1.0", path = "../lib" }
lib = { path = "../lib" }
tokio = { version = "1.39.3", features = ["full"] }
2 changes: 1 addition & 1 deletion tauri-app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "2.0.0-rc", features = [] }

[dependencies]
tauri = { version = "2.0.0-rc", features = [] }
lib = { version = "0.1.0", path = "../../lib" }
lib = { path = "../../lib" }
chrono = "0.4.38"
serde = "1.0.209"
serde_json = "1.0.127"
Expand Down

0 comments on commit bdb3b3d

Please sign in to comment.