v0.91.0
tag.set(x) is now deprecated .... you should use tag.clear(x) which is the same as :
tag.clear()
tag += x(want to preserve get/set methods on tag, for futures versions > 1.0)
tag.set(x) is now deprecated .... you should use tag.clear(x) which is the same as :
tag.clear()
tag += x(want to preserve get/set methods on tag, for futures versions > 1.0)