mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set pragma to arbitrary.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
* corresponding to the left and right parts of the string.
|
||||
*/
|
||||
|
||||
pragma solidity ^0.4.14;
|
||||
pragma solidity >=0.0;
|
||||
|
||||
library strings {
|
||||
struct slice {
|
||||
|
||||
Reference in New Issue
Block a user