Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 638d63a

Browse files
committed
Relase 0.2.0
1 parent 453c399 commit 638d63a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-request-duplicator"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/http_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use axum::{
1111
use bytes::Bytes;
1212
use serde::{Deserialize, Serialize};
1313

14-
use crate::model::{self};
14+
use crate::model;
1515

1616
async fn root() -> Html<&'static str> {
1717
Html("<h1>Http Request Duplicator</h1>")

0 commit comments

Comments
 (0)