File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ license = "Unlicense"
1414
1515[workspace .dependencies ]
1616nfs3_macros = { version = " 0.5.0" , path = " crates/nfs3_macros" }
17- nfs3_types = { version = " 0.6.0 " , path = " crates/nfs3_types" }
18- nfs3_server = { version = " 0.11.1 " , path = " crates/nfs3_server" }
17+ nfs3_types = { version = " 0.5.2 " , path = " crates/nfs3_types" }
18+ nfs3_server = { version = " 0.11.0 " , path = " crates/nfs3_server" }
1919nfs3_client = { version = " 0.9.0" , path = " crates/nfs3_client" }
2020
2121anyhow = " 1.0.98"
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.2.3] ( https://github.com/Vaiz/nfs3/compare/cargo-nfs3-server-v0.2.2...cargo-nfs3-server-v0.2.3 ) - 2026-05-02
11-
12- ### Other
13-
14- - updated the following local packages: nfs3_server
15-
1610## [ 0.2.2] ( https://github.com/Vaiz/nfs3/compare/cargo-nfs3-server-v0.2.1...cargo-nfs3-server-v0.3.0 ) - 2026-04-13
1711
1812### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-nfs3-server"
3- version = " 0.2.3 "
3+ version = " 0.2.2 "
44authors.workspace = true
55edition.workspace = true
66rust-version.workspace = true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.9.0] ( https://github.com/Vaiz/nfs3/compare/nfs3_client-v0.8.0...nfs3_client-v0.9.0 ) - 2026-05-02
10+ ## [ 0.9.0] ( https://github.com/Vaiz/nfs3/compare/nfs3_client-v0.8.0...nfs3_client-v0.9.0 ) - 2026-05-24
1111
1212### Added
1313
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.11.1] ( https://github.com/Vaiz/nfs3/compare/nfs3_server-v0.11.0...nfs3_server-v0.11.1 ) - 2026-05-02
11-
12- ### Other
13-
14- - updated the following local packages: nfs3_types
15-
1610## [ 0.11.0] ( https://github.com/Vaiz/nfs3/compare/nfs3_server-v0.10.2...nfs3_server-v0.11.0 ) - 2026-04-13
1711
1812### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " nfs3_server"
3- version = " 0.11.1 "
3+ version = " 0.11.0 "
44edition.workspace = true
55rust-version.workspace = true
66homepage.workspace = true
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.6.0 ] ( https://github.com/Vaiz/nfs3/compare/nfs3_types-v0.5.1...nfs3_types-v0.6.0 ) - 2026-05-02
10+ ## [ 0.5.2 ] ( https://github.com/Vaiz/nfs3/compare/nfs3_types-v0.5.1...nfs3_types-v0.5.2 ) - 2026-05-24
1111
1212### Added
1313
14- - * (nfs3_client) * [ ** breaking ** ] split error type into more specific errors ( [ # 159 ] ( https://github.com/Vaiz/nfs3/pull/159 ) )
14+ - implement ` Display ` for ` auth_stat `
1515
16- ## [ 0.5.1] ( https://github.com/Vaiz/nfs3/compare/nfs3_types-v0.5.0...nfs3_types-v0.6.0 ) - 2026-04-13
16+ ## [ 0.5.1] ( https://github.com/Vaiz/nfs3/compare/nfs3_types-v0.5.0...nfs3_types-v0.5.1 ) - 2026-04-13
1717
1818### Added
1919
Original file line number Diff line number Diff line change 11[package ]
22name = " nfs3_types"
3- version = " 0.6.0 "
3+ version = " 0.5.2 "
44edition.workspace = true
55rust-version.workspace = true
66authors.workspace = true
You can’t perform that action at this time.
0 commit comments