We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686ed81 commit 8e76914Copy full SHA for 8e76914
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.github.javadev</groupId>
6
<artifactId>leetcode-in-all</artifactId>
7
<packaging>jar</packaging>
8
- <version>1.2</version>
+ <version>1.3</version>
9
<name>leetcode-in-all</name>
10
<description>104 LeetCode algorithm problem solutions</description>
11
<url>https://github.com/javadev/LeetCode-in-All</url>
@@ -91,6 +91,7 @@
91
<source>src/main/python</source>
92
<source>src/main/swift</source>
93
<source>src/main/elixir</source>
94
+ <source>src/main/rust</source>
95
</sources>
96
</configuration>
97
</execution>
0 commit comments