Skip to content

Commit 8138e72

Browse files
committed
cleanup
1 parent 58c499e commit 8138e72

9 files changed

Lines changed: 12 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ license = "Unlicense"
1414

1515
[workspace.dependencies]
1616
nfs3_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" }
1919
nfs3_client = { version = "0.9.0", path = "crates/nfs3_client" }
2020

2121
anyhow = "1.0.98"

crates/cargo_nfs3_server/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

crates/cargo_nfs3_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-nfs3-server"
3-
version = "0.2.3"
3+
version = "0.2.2"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

crates/nfs3_client/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

crates/nfs3_server/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

crates/nfs3_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nfs3_server"
3-
version = "0.11.1"
3+
version = "0.11.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
homepage.workspace = true

crates/nfs3_types/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

crates/nfs3_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nfs3_types"
3-
version = "0.6.0"
3+
version = "0.5.2"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)