summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-05-05 09:25:40 +0200
committerYorhel <git@yorhel.nl>2020-05-05 09:34:38 +0200
commitac98aa8e9192e108dbafc6dae19ef8a2c3f1e654 (patch)
treea4cde06fdfd2153af31215a59731cb8bf0654e55
parentcd4cca1803c8597ec4b3c811a1c1a9d61498581c (diff)
Version 1.0.0HEAD1.0.0master
A potentially breaking release because the minimum rustc version has been bumped to 1.36+. 1.0 to signal that this crate is pretty much stable, I'm not expecting major API changes.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 03cd96d..2bcb15f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "multisock"
-version = "0.1.1"
+version = "1.0.0"
authors = ["Yorhel <git@yorhel.nl>"]
documentation = "https://docs.rs/multisock"
description = "Unified types for TCP & Unix sockets"