Skip to content

Commit

Permalink
Update dependencies in Cargo.toml and Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Ze7111 committed Apr 3, 2024
1 parent ca439d4 commit aa69e6e
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 6 deletions.
76 changes: 74 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 @@ -2,4 +2,4 @@
members = [
"PORT",
]
resolver = "2"
resolver = "2"
2 changes: 1 addition & 1 deletion PORT/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pretty_env_logger = "0.5.0"
serde_repr = "0.1.18"
smallvec = "1.13.2"
paste = "1.0.14"
tokio = "1.36.0"
tokio = { version = "1.37.0", features = ["full"] }
# helix-macros = { path = "./macros" }

[build-dependencies]
Expand Down
2 changes: 2 additions & 0 deletions PORT/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pub mod python;
pub mod rust;
pub mod cpp;


extern crate tokio;
extern crate pretty_env_logger;
#[macro_use]
extern crate log;
Expand Down
Loading

0 comments on commit aa69e6e

Please sign in to comment.