mirror of
https://codeberg.org/icewind/rfc7239.git
synced 2026-06-03 08:34:20 +02:00
0.1.2
This commit is contained in:
parent
ef8c3b961d
commit
42c9c2abd6
2 changed files with 4 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1,8 +1,10 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "rfc7239"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"uncased",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rfc7239"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
description = "Parser for rfc7239 formatted Forwarded headers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue