Skip to content

Commit

Permalink
Release 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ubolonton committed Jul 24, 2019
1 parent af6c816 commit ffa5d2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emacs"
version = "0.10.2"
version = "0.10.3"
edition = "2018"
description = "Rust library for creating Emacs's dynamic modules"
homepage = "https://github.com/ubolonton/emacs-module-rs"
Expand Down Expand Up @@ -28,7 +28,7 @@ failure_derive = "0.1.1"
lazy_static = "1.3.0"
ctor = "0.1.7"
emacs_module = { path = "emacs-module", version = "0.10.0" }
emacs-macros = { path = "emacs-macros", version = "0.10.2" }
emacs-macros = { path = "emacs-macros", version = "0.10.3" }

[features]
utf-8-validation = []
Expand Down
2 changes: 1 addition & 1 deletion emacs-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emacs-macros"
version = "0.10.2"
version = "0.10.3"
edition = "2018"
description = "Proc macros for emacs modules"
homepage = "https://github.com/ubolonton/emacs-module-rs"
Expand Down
2 changes: 1 addition & 1 deletion guide/book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[book]
title = "emacs-module-rs 0.10.2"
title = "emacs-module-rs 0.10.3"
authors = ["ubolonton"]
multilingual = false
src = "src"
Expand Down
2 changes: 1 addition & 1 deletion guide/src/hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
emacs = "0.10.2"
emacs = "0.10.3"
```

Write code in `src/lib.rs`:
Expand Down

0 comments on commit ffa5d2a

Please sign in to comment.