Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jan 17, 2024
2 parents ac6127b + 433d0b1 commit 0ad8034
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 @@ -37,7 +37,7 @@ configure(
}
) {
group = "io.libp2p"
version = "develop"
version = "1.0.1-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 0ad8034

Please sign in to comment.