Skip to content

Commit f0efce9

Browse files
authored
Issue#222 (#224)
* Version bump based on semver
1 parent d48ee51 commit f0efce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cskk"
33
# Have to also change the deb package destination filename below
4-
version = "1.2.0"
4+
version = "2.0.0"
55
authors = ["Naoaki Iwakiri <[email protected]>"]
66
license = "GPL-3.0-or-later"
77
edition = "2018"
@@ -77,7 +77,7 @@ preserve-symlinks = true
7777
# x86_64 specific, depends on cargo-c too.
7878
# Includes development things like static link lib and header files too.
7979
assets = [["assets/**/*", "usr/local/share/libcskk", "644"],
80-
["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.1.2.0", "755"],
80+
["target/x86_64-unknown-linux-gnu/release/libcskk.so", "usr/local/lib/cskk/libcskk.so.2.0.0", "755"],
8181
["deb_assets/libcskk.*", "usr/local/lib/cskk", "777"],
8282
["target/x86_64-unknown-linux-gnu/release/libcskk.a", "usr/local/lib/cskk/", "644"],
8383
["target/x86_64-unknown-linux-gnu/release/cskk.pc", "usr/local/lib/pkgconfig/", "644"],

0 commit comments

Comments
 (0)