File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## v0.16.1
2+ - Regenerate code, with rpc.capnp from upstream latest release, version 0.10.3.
3+
14## v0.16.0
25- Add reconnect API.
36
Original file line number Diff line number Diff line change 11[package ]
22
33name = " capnp-rpc"
4- version = " 0.16.0 "
4+ version = " 0.16.1 "
55authors = [ " David Renshaw <dwrenshaw@sandstorm.io>" ]
66license = " MIT"
77description = " implementation of the Cap'n Proto remote procedure call protocol"
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ struct Bootstrap {
316316 # A Vat may export multiple bootstrap interfaces. In this case, `deprecatedObjectId` specifies
317317 # which one to return. If this pointer is null, then the default bootstrap interface is returned.
318318 #
319- # As of verison 0.5, use of this field is deprecated. If a service wants to export multiple
319+ # As of version 0.5, use of this field is deprecated. If a service wants to export multiple
320320 # bootstrap interfaces, it should instead define a single bootstrap interface that has methods
321321 # that return each of the other interfaces.
322322 #
@@ -352,7 +352,7 @@ struct Bootstrap {
352352 # - Overloading "Restore" also had a security problem: Often, "main" or "well-known"
353353 # capabilities exported by a vat are in fact not public: they are intended to be accessed only
354354 # by clients who are capable of forming a connection to the vat. This can lead to trouble if
355- # the client itself has other clients and wishes to foward some `Restore` requests from those
355+ # the client itself has other clients and wishes to forward some `Restore` requests from those
356356 # external clients -- it has to be very careful not to allow through `Restore` requests
357357 # addressing the default capability.
358358 #
You can’t perform that action at this time.
0 commit comments