Skip to content

Commit 4ff8c24

Browse files
committed
prep release
1 parent 614d169 commit 4ff8c24

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
global:
3-
PROJECT_NAME: actix
3+
PROJECT_NAME: actix-net
44
matrix:
55
# Stable channel
66
- TARGET: i686-pc-windows-msvc
@@ -37,4 +37,5 @@ build: false
3737

3838
# Equivalent to Travis' `script` phase
3939
test_script:
40-
- cargo test --no-default-features
40+
- cargo clean
41+
- cargo test

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changes
2+
3+
## [0.1.0] - 2018-10-08
4+
5+
* Initial impl

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "actix-net"
33
version = "0.1.0"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
5-
description = "Actix net - framework for the compisible network services for Rust"
5+
description = "Actix net - framework for the compisible network services for Rust (experimental)"
66
readme = "README.md"
77
keywords = ["network", "framework", "async", "futures"]
88
homepage = "https://actix.rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Actix net [![Build Status](https://travis-ci.org/actix/actix-net.svg?branch=master)](https://travis-ci.org/actix/actix-net) [![codecov](https://codecov.io/gh/actix/actix-net/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-net) [![crates.io](https://meritbadge.herokuapp.com/actix-net)](https://crates.io/crates/actix-net) [![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22

3-
Actix net - framework for composable network services
3+
Actix net - framework for composable network services (experimental)
44

55
## Documentation & community resources
66

0 commit comments

Comments
 (0)