Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Nov 11, 2018
1 parent b7961d0 commit e4d8e96
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.3.7"
version = "0.3.8"
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.3.7"
ispc = "0.3.8"

[build-dependencies]
ispc = "0.3.7"
ispc = "0.3.8"
```

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 @@ -17,10 +17,10 @@
//! build = "build.rs"
//!
//! [dependencies]
//! ispc = "0.3.7"
//! ispc = "0.3.8"
//!
//! [build-dependencies]
//! ispc = "0.3.7"
//! ispc = "0.3.8"
//! ```
//!
//! Now you can use `ispc` to compile your code into a static library:
Expand Down

0 comments on commit e4d8e96

Please sign in to comment.