Skip to content

Commit 45726f5

Browse files
committed
Remove feature flag dependency
Feature flag 'rabbitmq_4.1.0' does not really depend on 'rabbitmq_4.0.0'. Technically the former can be enabled without the latter. This commit removes the dependency to troubleshoot mixed version CI failures stating that feature flags are incompatible.
1 parent 038cabd commit 45726f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/rabbit/src/rabbit_core_ff.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,5 @@
209209
-rabbit_feature_flag(
210210
{'rabbitmq_4.1.0',
211211
#{desc => "Allows rolling upgrades to 4.1.x",
212-
stability => stable,
213-
depends_on => ['rabbitmq_4.0.0']
212+
stability => stable
214213
}}).

0 commit comments

Comments
 (0)