Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into 1.0.0-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Aug 21, 2023
2 parents ac1a575 + cebf411 commit d883b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configure(
}
) {
group = "io.libp2p"
version = "develop"
version = "1.0.0-RELEASE"

apply(plugin = "kotlin")
apply(plugin = "idea")
Expand Down
2 changes: 1 addition & 1 deletion libp2p/src/main/kotlin/io/libp2p/pubsub/PubsubRouter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface PubsubMessage {
override fun equals(other: Any?): Boolean

/**
* WARNING: Use collision free functions only
* WARNING: Use collision resistant functions only
* Else the HashMap collision attack vector is open
*/
override fun hashCode(): Int
Expand Down

0 comments on commit d883b63

Please sign in to comment.