Skip to content

Commit

Permalink
Merge pull request #72 from asynchronics/move-uni-example
Browse files Browse the repository at this point in the history
Move UniRequestor example to util crate
  • Loading branch information
jauhien authored Dec 12, 2024
2 parents 4623765 + 26e3e5c commit 42192dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions nexosim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ tracing-subscriber = { version= "0.3.18", optional = true }
futures-util = "0.3"
futures-executor = "0.3"
tracing-subscriber = { version= "0.3.18", features=["env-filter"] }
nexosim-util = {version = "0.1.0", path = "../nexosim-util"}

[target.'cfg(nexosim_loom)'.dev-dependencies]
loom = "0.7"
Expand All @@ -74,7 +73,7 @@ tonic-build = { version = "0.12" }

[lints.rust]
# `nexosim_loom` flag: run loom-based tests.
# `nexosim_grpc_codegen` flag: regenerate gRPC code from .proto definitions.
# `nexosim_grpc_codegen` flag: regenerate gRPC code from .proto definitions.
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nexosim_loom)', 'cfg(nexosim_grpc_codegen)'] }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 42192dd

Please sign in to comment.