Skip to content

Commit

Permalink
Merge branch 'release/0.4.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Apr 10, 2022
2 parents 3bfea32 + 08030ab commit 5e09de3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "rustus"
version = "0.4.12"
version = "0.4.13"
edition = "2021"
description = "TUS protocol implementation written in Rust."
keywords = [
Expand Down
7 changes: 2 additions & 5 deletions src/notifiers/models/notification_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ use crate::notifiers::amqp_notifier;
use crate::notifiers::http_notifier;
use crate::{
errors::RustusResult,
notifiers::{
amqp_notifier::DeclareOptions, dir_notifier::DirNotifier, file_notifier::FileNotifier,
Hook, Notifier,
},
notifiers::{dir_notifier::DirNotifier, file_notifier::FileNotifier, Hook, Notifier},
RustusConf,
};
use actix_web::http::header::HeaderMap;
Expand Down Expand Up @@ -72,7 +69,7 @@ impl NotificationManager {
.notification_opts
.hooks_amqp_routing_key
.clone(),
DeclareOptions {
amqp_notifier::DeclareOptions {
declare_exchange: rustus_config
.notification_opts
.hooks_amqp_declare_exchange,
Expand Down

0 comments on commit 5e09de3

Please sign in to comment.