Skip to content

Commit e337f3e

Browse files
Bump version to 1.1.2
1 parent 258a7bd commit e337f3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["development-tools", "os::windows-apis"]
99
license = "MIT"
1010
# Remember to also update in appveyor.yml
1111
# Remember to also update in src/lib.rs ~L40 (Cargo.toml example)
12-
version = "1.1.1"
12+
version = "1.1.2"
1313
authors = ["nabijaczleweli <[email protected]>",
1414
"Cat Plus Plus <[email protected]>",
1515
"Liigo <[email protected]>",

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.1.1-{build}
1+
version: 1.1.2-{build}
22

33
skip_tags: false
44

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//!
4242
//! In `build.rs`:
4343
//!
44-
//! ```rust,no-run
44+
//! ```rust,no_run
4545
//! extern crate embed_resource;
4646
//!
4747
//! fn main() {
@@ -95,7 +95,7 @@ use std::path::Path;
9595
///
9696
/// In your build script, assuming the crate's name is "checksums":
9797
///
98-
/// ```rust,no-run
98+
/// ```rust,no_run
9999
/// extern crate embed_resource;
100100
///
101101
/// fn main() {

0 commit comments

Comments
 (0)