Skip to content

Commit

Permalink
Remove stale experimental flags mentions
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Feb 19, 2025
1 parent 7a094ff commit db71216
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion async-nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ aws-lc-rs = ["dep:aws-lc-rs", "tokio-rustls/aws-lc-rs", "tokio-websockets?/aws-l
ring = ["dep:ring", "tokio-rustls/ring", "tokio-websockets?/ring"]
fips = ["aws-lc-rs", "tokio-rustls/fips"]
# All experimental features are part of this feature flag.
experimental = ["service"]
experimental = []
# Features that require nats-server version 2.10 or higher.
# It is enabled by default since official 2.10 nats-server release.
"server_2_10" = []
Expand Down
1 change: 0 additions & 1 deletion nats/src/kv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// limitations under the License.

//! Support for Key Value Store.
//! This feature is experimental and the API may change.
use std::io;
use std::time::Duration;
Expand Down
1 change: 0 additions & 1 deletion nats/src/object_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// limitations under the License.

//! Support for Object Store.
//! This feature is experimental and the API may change.
use crate::header::HeaderMap;
use crate::jetstream::{
Expand Down

0 comments on commit db71216

Please sign in to comment.