Skip to content

Commit

Permalink
build: Fix rs-module not being bumped
Browse files Browse the repository at this point in the history
ubolonton committed Mar 16, 2024
1 parent e2532d7 commit 3739b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs-module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emacs-rs-module"
version = "0.18.0"
version = "0.19.0"
edition = "2018"
authors = ["Nguyễn Tuấn Anh <ubolonton@gmail.com>"]
description = "An Emacs dynamic module that helps developing other dynamic modules, in Rust"
@@ -13,4 +13,4 @@ crate-type = ["cdylib"]
[dependencies]
lazy_static = "1.4"
libloading = "0.5.2"
emacs = { path = "..", version = "0.18.0" }
emacs = { path = "..", version = "0.19.0" }

0 comments on commit 3739b17

Please sign in to comment.