Skip to content

Commit

Permalink
Issue#222 (#224)
Browse files Browse the repository at this point in the history
* Version bump based on semver
  • Loading branch information
naokiri authored Dec 2, 2022
1 parent d48ee51 commit f0efce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cskk"
# Have to also change the deb package destination filename below
version = "1.2.0"
version = "2.0.0"
authors = ["Naoaki Iwakiri <naokiri@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2018"
Expand Down Expand Up @@ -77,7 +77,7 @@ preserve-symlinks = true
# x86_64 specific, depends on cargo-c too.
# Includes development things like static link lib and header files too.
assets = [["assets/**/*", "usr/local/share/libcskk", "644"],
["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.1.2.0", "755"],
["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.2.0.0", "755"],
["deb_assets/libcskk.*", "usr/local/lib/cskk", "777"],
["target/x86_64-unknown-linux-gnu/release/libcskk.a", "usr/local/lib/cskk/", "644"],
["target/x86_64-unknown-linux-gnu/release/cskk.pc", "usr/local/lib/pkgconfig/", "644"],
Expand Down

0 comments on commit f0efce9

Please sign in to comment.