Skip to content

Commit

Permalink
change pragma to >=0.5.0
Browse files Browse the repository at this point in the history
so newer solc doesn't complain
  • Loading branch information
i9 authored Feb 13, 2021
1 parent 7f707fc commit e91e3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
const ExtName = "soltype"

// SolVer is the compatible solidity/solc version in pragma solidity
const SolVer = "^0.5.0;"
const SolVer = ">=0.5.0;"

// string const for proto wire types
const WireVarint = "Varint"
Expand Down

0 comments on commit e91e3ae

Please sign in to comment.