Skip to content

Commit ffa5d2a

Browse files
committed
Release 0.10.3
1 parent af6c816 commit ffa5d2a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emacs"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
edition = "2018"
55
description = "Rust library for creating Emacs's dynamic modules"
66
homepage = "https://github.com/ubolonton/emacs-module-rs"
@@ -28,7 +28,7 @@ failure_derive = "0.1.1"
2828
lazy_static = "1.3.0"
2929
ctor = "0.1.7"
3030
emacs_module = { path = "emacs-module", version = "0.10.0" }
31-
emacs-macros = { path = "emacs-macros", version = "0.10.2" }
31+
emacs-macros = { path = "emacs-macros", version = "0.10.3" }
3232

3333
[features]
3434
utf-8-validation = []

emacs-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emacs-macros"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
edition = "2018"
55
description = "Proc macros for emacs modules"
66
homepage = "https://github.com/ubolonton/emacs-module-rs"

guide/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[book]
2-
title = "emacs-module-rs 0.10.2"
2+
title = "emacs-module-rs 0.10.3"
33
authors = ["ubolonton"]
44
multilingual = false
55
src = "src"

guide/src/hello.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2018"
1717
crate-type = ["cdylib"]
1818

1919
[dependencies]
20-
emacs = "0.10.2"
20+
emacs = "0.10.3"
2121
```
2222

2323
Write code in `src/lib.rs`:

0 commit comments

Comments
 (0)