Skip to content

Commit

Permalink
Update Cargo.toml (tmp)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jun 27, 2024
1 parent e65a530 commit 104b47a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thanix_client = "1.1.0"
# Uncomment this line if you are using a custom thanix client implementation.
# Change the path to be relative to this Cargo.toml file.
# The package parameter is the name of your client package. This is needed if you assigned a custom name upon creation.
# thanix_client = { package = "your_package_name", path = "path/to/your/client/crate" }
# thanix_client = { package = "thanix_client", path = "path/to/your/crate" }

[dev-dependencies]
mockall = "0.11.4"
1 change: 0 additions & 1 deletion src/publisher/publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//!
//! The actual request logic will be provided by the `thanix_client` crate.
use std::process;

/// TODO: 1. Implement Creation/update logic 2. Denest by splitting query logic off 3. Do not panic upon request fail
use thanix_client::{
paths::{
Expand Down

0 comments on commit 104b47a

Please sign in to comment.