Skip to content

Commit 906c28c

Browse files
ci: record failed issue 974 verification
1 parent 35d1332 commit 906c28c

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

.issue-974-verification-result.txt

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
status=running
2-
branch_sha=cb824cc785c577d7a3a3f2e74a17d7ed4ec12602
1+
upstream_alignment=success
2+
nightly_format=failed(1)
3+
whitespace=success
4+
workspace_check=failed(101)
5+
clippy=success
6+
all_feature_tests=success
7+
no_local_tests=failed(101)
8+
focused_cache_tests=success
9+
notification_integration=success
10+
cache_hint_tests=success
11+
doctests=success
12+
rustdoc=success
13+
conformance=success
14+
semver_default=success
15+
semver_non_local=success
16+
public_api_default=success
17+
public_api_non_local=success
18+
coverage=success
19+
spelling=success
20+
tested_sha=35d1332f406a4f9ad132be67aa3262e6f0fb48d3
21+
upstream_main=3662d20ac27af34e96d6d7285031d54077a6d755
22+
status=failed

crates/rmcp/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ pub use handler::client::ClientHandler;
1616
pub use handler::server::ServerHandler;
1717
#[cfg(feature = "server")]
1818
pub use handler::server::wrapper::Json;
19+
#[cfg(feature = "client")]
20+
pub use service::{ClientCacheConfig, MAX_CLIENT_CACHE_TTL, RoleClient, serve_client};
1921
#[cfg(any(feature = "client", feature = "server"))]
2022
pub use service::{Peer, Service, ServiceError, ServiceExt};
21-
#[cfg(feature = "client")]
22-
pub use service::{
23-
ClientCacheConfig, MAX_CLIENT_CACHE_TTL, RoleClient, serve_client,
24-
};
2523
#[cfg(feature = "server")]
2624
pub use service::{RoleServer, serve_server};
2725

0 commit comments

Comments
 (0)