Skip to content

Commit 4393eb5

Browse files
committed
prepare for capnp-rpc-v0.12.1 release
1 parent ab6ecd2 commit 4393eb5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

capnp-rpc/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.12.1
2+
- Check in generated rpc_capnp.rs and rpc_twoparty.rs files, to avoid build-time dependency on capnp tool.
3+
14
## v0.12.0
25
- Follow 0.12.0 release of other capnp crates.
36

capnp-rpc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22

33
name = "capnp-rpc"
4-
version = "0.12.0"
4+
version = "0.12.1"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "implementation of the Cap'n Proto remote procedure call protocol"
8-
repository = "https://github.com/dwrensha/capnproto-rust"
8+
repository = "https://github.com/capnproto/capnproto-rust"
99
documentation = "http://docs.capnproto-rust.org/capnp_rpc/"
1010
categories = ["network-programming"]
1111
autoexamples = false

0 commit comments

Comments
 (0)