Skip to content

Commit

Permalink
Forgot abotu the task systme change, that's actually breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Jun 2, 2016
1 parent 4c4a983 commit a6914a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ispc"
version = "0.1.1"
version = "0.2.0"
authors = ["Will Usher <[email protected]>"]
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "http://www.willusher.io/ispc-rs/ispc/"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ or ISPC tasks.
build = "build.rs"

[dependencies]
ispc = "0.1.1"
ispc = "0.2.0"

[build-dependencies]
ispc = "0.1.1"
ispc = "0.2.0"
```

Now you can use `ispc` to compile your code into a static library:
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
//! build = "build.rs"
//!
//! [dependencies]
//! ispc = "0.1.1"
//! ispc = "0.2.0"
//!
//! [build-dependencies]
//! ispc = "0.1.1"
//! ispc = "0.2.0"
//! ```
//!
//! Now you can use `ispc` to compile your code into a static library:
Expand Down

0 comments on commit a6914a1

Please sign in to comment.