Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Commit e321d00

Browse files
committed
fix license and release new version
1 parent ba32802 commit e321d00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper_cgi"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Christian Schilling <[email protected]>", "Louis-Marie Givel <[email protected]>"]
55
edition = "2018"
66
license-file = "LICENSE"
@@ -17,7 +17,7 @@ tokio-util = { version = "0.3", features=["compat"] }
1717
hyper = "0.13"
1818

1919
clap = {version = "2", optional = true }
20-
base64 = {version = "*", optional = true }
20+
base64 = {version = "0.13", optional = true }
2121
lazy_static = {version = "1.4", optional = true}
2222

2323
[lib]

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 ESRLabs AG
1+
Copyright (c) 2020 ESRLabs GmbH
22

33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and

0 commit comments

Comments
 (0)