Skip to content

Commit

Permalink
Revert "Bump version"
Browse files Browse the repository at this point in the history
This reverts commit 7747075.

Signed-off-by: David Blackwood <david.blackwood@rockwellautomation.com>
  • Loading branch information
blackwood-ra committed Feb 20, 2024
1 parent 7747075 commit 10be1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/configuration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

// Subscribe for configuration changes
let mut stream = client
.subscribe_configuration(CONFIGSTORE_NAME, vec![(&key)], Some(metadata))
.subscribe_configuration(CONFIGSTORE_NAME, vec![(&key)], None)
.await?;

let mut subscription_id = String::new();
Expand Down

0 comments on commit 10be1ea

Please sign in to comment.