File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 119119
120120# vuepress v2.x temp and cache directory
121121.temp
122- .cache
123122
124123# Docusaurus cache and generated files
125124.docusaurus
153152
154153# Code editors
155154.idea /
155+
156+ # OS specific
157+ .DS_Store /
Original file line number Diff line number Diff line change 11[package ]
22name = " libpep"
33edition = " 2021"
4- version = " 0.6.6 "
4+ version = " 0.6.7 "
55authors = [" Bernard van Gastel <bvgastel@bitpowder.com>" , " Job Doesburg <job@jobdoesburg.nl>" ]
66homepage = " https://github.com/NOLAI/libpep"
77repository = " https://github.com/NOLAI/libpep"
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ impl WASMPEPClient {
254254
255255 /// Restore a PEP client from the given session keys.
256256 #[ wasm_bindgen( js_name = restore) ]
257- pub fn wasm_restore ( & self , session_keys : & WASMSessionKeyPair ) -> Self {
257+ pub fn wasm_restore ( session_keys : & WASMSessionKeyPair ) -> Self {
258258 Self ( PEPClient :: restore (
259259 SessionPublicKey ( * * session_keys. public ) ,
260260 SessionSecretKey ( * * session_keys. secret ) ,
You can’t perform that action at this time.
0 commit comments