Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Dec 10, 2022
1 parent 3a59678 commit 4ca8e85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
# Remember to also update in appveyor.yml
# Remember to also update in src/lib.rs ~L40 (Cargo.toml example)
# Remember to also update in README
version = "1.7.4"
version = "1.8.0"
authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>",
"Cat Plus Plus <piotrlegnica@piotrl.pl>",
"Liigo <liigo@qq.com>",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following steps are used to embed a manifest in your compiled rust .exe file
1. Add the following to your cargo.toml:
```toml
[build-dependencies]
embed-resource = "1.7"
embed-resource = "1.8"
```

2. In your project root directory, add a file named `build.rs` with the following:
Expand Down Expand Up @@ -100,4 +100,4 @@ To all who support further development on Patreon, in particular:
* ThePhD
* Embark Studios
* Jasper Bekkers
* Lars Strojny
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
- Visual Studio 2022

version: 1.7.4-{build}
version: 1.8.0-{build}

skip_tags: false

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//! build = "build.rs"
//!
//! [build-dependencies]
//! embed-resource = "1.7"
//! embed-resource = "1.8"
//! ```
//!
//! In `build.rs`:
Expand Down Expand Up @@ -98,7 +98,7 @@
//!
//! * ThePhD
//! * Embark Studios
//! * Jasper Bekkers
//! * Lars Strojny

#[cfg(any(not(target_os = "windows"), all(target_os = "windows", target_env = "msvc")))]
Expand Down

0 comments on commit 4ca8e85

Please sign in to comment.