File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
edition = " 2021"
3
3
name = " feature-probe-server-sdk"
4
- version = " 2.1.0 "
4
+ version = " 2.1.1 "
5
5
license = " Apache-2.0"
6
6
7
7
description = " FeatureProbe Server Side SDK for Rust"
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ release-test:
12
12
cargo test --release --verbose --features async --no-default-features
13
13
test :
14
14
cargo test --verbose && \
15
- cargo test --verbose --features internal --features realtime -- no-default-features
15
+ cargo test --verbose --features internal --no-default-features
16
16
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ pub(crate) struct Config {
31
31
32
32
#[ cfg( feature = "realtime" ) ]
33
33
pub realtime_url : Url ,
34
+ #[ cfg( feature = "realtime" ) ]
34
35
pub realtime_path : String ,
35
36
pub max_prerequisites_deep : u8 ,
36
37
}
You can’t perform that action at this time.
0 commit comments