Skip to content

Commit 8093b3d

Browse files
committed
update version numbers in capnpc doc comment
1 parent ede90f3 commit 8093b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

capnpc/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
//!
3232
//! ```ignore
3333
//! [dependencies]
34-
//! capnp = "0.20" # Note this is a different library than capnp*c*
34+
//! capnp = "0.21" # Note this is a different library than capnp*c*
3535
//!
3636
//! [build-dependencies]
37-
//! capnpc = "0.20"
37+
//! capnpc = "0.21"
3838
//! ```
3939
//!
4040
//! In your build.rs:

0 commit comments

Comments
 (0)