Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
Fix github token
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselborn committed Jan 11, 2017
1 parent c80432e commit 21f1059
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsdocs2docset"
version = "0.3.2"
version = "0.3.3"
authors = ["Daniel Bornkessel"]
description = "This is a small tool to generate a docsets for Dash / Velocity / Zeal / LovelyDocs out of Rust docs."
homepage = "https://github.com/kesselborn/rsdocs2docset"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deploy:
# - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt
# - Paste the output down here
auth_token:
secure: 'ujVgg2s0t/q4SlR2IkBO7CVtR24OLFLGMaXZ4rFXfNWvDI1VMScGDzh0zl9ZYAly'
secure: 'ujVgg2s0T/q4SlR2IkBO7CVtR24OLFLGMaXZ4rFXfNWvDI1VMScGDzh0zl9ZYAly'
description: ''
on:
RUST_VERSION: stable
Expand Down

0 comments on commit 21f1059

Please sign in to comment.