Skip to content

Commit

Permalink
Versions in toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ancwrd1 committed Oct 23, 2024
1 parent 1048845 commit f2dd2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ path = "src/print-job.rs"
name = "print-job"

[dependencies]
ipp = { path = "../ipp", version = "5.0.3" }
ipp = { path = "../ipp", version = "5.0.5" }
tokio = { version = "1", features = ["macros", "fs", "rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["compat"] }

2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ name = "ipputil"
path = "src/main.rs"

[dependencies]
ipp = { path = "../ipp", version = "5.0.3", default-features = false, features = ["client-tls"] }
ipp = { path = "../ipp", version = "5.0.5", default-features = false, features = ["client-tls"] }
clap = { version = "4", features = ["derive"] }

0 comments on commit f2dd2a2

Please sign in to comment.