Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jan 10, 2025
1 parent 4da614a commit 01e616f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multidict"
version = "0.1.1"
version = "0.1.2"
description = "Python MultiDict implementation."
edition = "2021"
authors = ["Red-Panda-Dev <red_panda_dev@pm.me>"]
Expand All @@ -10,11 +10,11 @@ repository = "https://github.com/Red-Panda-Dev/multidict"
homepage = "https://crates.io/crates/multidict"
documentation = "https://docs.rs/multidict/latest/multidict/"
rust-version = "1.83"
exclude = ["files/*", ".github/*", ".gitignore",
"rustfmt.toml", "LICENSE", "CODE_OF_CONDUCT.md",
"CONTRIBUTING.md"]

[lib]
name = "multidict"
path = "src/lib.rs"
crate-type = ["lib"]

[exclude]
files = true

0 comments on commit 01e616f

Please sign in to comment.