Skip to content

Commit

Permalink
Hide ibc::Timestamp::now() behind clock feature flag (informalsys…
Browse files Browse the repository at this point in the history
…tems#1747)

* Hide `ibc::Timestamp::now()` behind clock feature flag

* Add changelog
  • Loading branch information
soareschen authored Jan 17, 2022
1 parent 6788ddf commit ff14c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/unreleased/breaking-changes/1612-ibc-clock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Hide `ibc::Timestamp::now()` behind `clock` feature flag (#1612)[https://github.com/informalsystems/ibc-rs/pull/1612]
2 changes: 1 addition & 1 deletion relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ profiling = []
telemetry = ["ibc-telemetry"]

[dependencies]
ibc = { version = "0.10.0", path = "../modules" }
ibc = { version = "0.10.0", path = "../modules", features = ["clock"] }
ibc-proto = { version = "0.14.0", path = "../proto" }
ibc-telemetry = { version = "0.10.0", path = "../telemetry", optional = true }

Expand Down

0 comments on commit ff14c8c

Please sign in to comment.