diff --git a/_posts/2016-02-23-create-releases-using-hubcaps-a-rust-library.md b/_posts/2016-02-23-create-releases-using-hubcaps-a-rust-library.md index 1d29c3f..5b237a1 100644 --- a/_posts/2016-02-23-create-releases-using-hubcaps-a-rust-library.md +++ b/_posts/2016-02-23-create-releases-using-hubcaps-a-rust-library.md @@ -14,7 +14,6 @@ It is also possible to mark releases as a draft (then it is only visible to repo Once you have a Git tag in your repository the API can be used to create an associated release using the following Rust code: -*(The following code was tested against Hubcaps v0.1.1)* ~~~rust extern crate hyper;